Package org.openjdk.jmc.common.collection


package org.openjdk.jmc.common.collection
  • Class
    Description
    Various methods that work with arrays.
    Ordered bounded list that implements Iterable.
    The list elements are stored in nodes that takes care of the actual linking.
    A map of Entry values (containing the key and the value) that can be subclassed to allow mapping of mutable values.
    An entry in an EntryHashMap.
    A map from long to T.
    Various methods that work with iterators.
    A map for values that has the key inside the value, so only storing the value directly without a wrapping map entry is sufficient.
    Various methods that work with lists.
    Useful methods related to maps.
    A map entry used to store integer values.
    An array that can be iterated over.