Package org.openjdk.jmc.common.collection
package org.openjdk.jmc.common.collection
-
ClassDescriptionVarious methods that work with arrays.BoundedList<T>Ordered bounded list that implements
Iterable
.The list elements are stored in nodes that takes care of the actual linking.EntryHashMap<K,V extends EntryHashMap.Entry<K>> 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.KeyInValueMap<K,V> 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.SimpleArray<T>An array that can be iterated over.