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 class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.class
ObjectArrayDeque<KType>
An array-backedObjectDeque
.class
ObjectArrayList<KType>
An array-backed list of Objects.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
ObjectHashSet<KType>
A hash set ofObject
s, implemented using using open addressing with linear probing for collision resolution.class
ObjectIdentityHashSet<KType>
A reference-equality (identity) hash set.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.private final class
A view over the set of values of this map.class
ObjectScatterSet<KType>
Same asObjectHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final class
A view of the keys inside this hash map.class
ObjectStack<KType>
A subclass ofObjectArrayList
adding stack-related utility methods.private final class
A view over the set of values of this map.