Uses of Class
com.carrotsearch.hppc.AbstractObjectCollection
Packages that use AbstractObjectCollection
-
Uses of AbstractObjectCollection in com.carrotsearch.hppc
Subclasses of AbstractObjectCollection in com.carrotsearch.hppcModifier and TypeClassDescriptionprivate final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.classObjectArrayDeque<KType>An array-backedObjectDeque.classObjectArrayList<KType>An array-backed list of Objects.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classObjectHashSet<KType>A hash set ofObjects, implemented using using open addressing with linear probing for collision resolution.classObjectIdentityHashSet<KType>A reference-equality (identity) hash set.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.private final classA view over the set of values of this map.classObjectScatterSet<KType>Same asObjectHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final classA view of the keys inside this hash map.classObjectStack<KType>A subclass ofObjectArrayListadding stack-related utility methods.private final classA view over the set of values of this map.