Uses of Package
org.openjdk.jmc.common.collection
-
Classes in org.openjdk.jmc.common.collection used by org.openjdk.jmc.common.collection Class Description BoundedList.INode The list elements are stored in nodes that takes care of the actual linking.BoundedList.Node Private class used to wrap values as nodes.EntryHashMap A map of Entry values (containing the key and the value) that can be subclassed to allow mapping of mutable values.EntryHashMap.Entry An entry in an EntryHashMap.KeyInValueMap A map for values that has the key inside the value, so only storing the value directly without a wrapping map entry is sufficient.MapToolkit.IntEntry A map entry used to store integer values. -
Classes in org.openjdk.jmc.common.collection used by org.openjdk.jmc.common.item Class Description EntryHashMap A map of Entry values (containing the key and the value) that can be subclassed to allow mapping of mutable values.EntryHashMap.Entry An entry in an EntryHashMap. -
Classes in org.openjdk.jmc.common.collection used by org.openjdk.jmc.common.util Class Description SimpleArray An array that can be iterated over. -
Classes in org.openjdk.jmc.common.collection used by org.openjdk.jmc.flightrecorder.internal.parser Class Description SimpleArray An array that can be iterated over. -
Classes in org.openjdk.jmc.common.collection used by org.openjdk.jmc.flightrecorder.internal.parser.v0 Class Description FastAccessNumberMap A map from long to T. -
Classes in org.openjdk.jmc.common.collection used by org.openjdk.jmc.flightrecorder.internal.parser.v1 Class Description FastAccessNumberMap A map from long to T. -
Classes in org.openjdk.jmc.common.collection used by org.openjdk.jmc.flightrecorder.rules.util Class Description MapToolkit.IntEntry A map entry used to store integer values. -
Classes in org.openjdk.jmc.common.collection used by org.openjdk.jmc.flightrecorder.stacktrace Class Description SimpleArray An array that can be iterated over.