Uses of Interface
com.carrotsearch.hppc.ShortLookupContainer
Packages that use ShortLookupContainer
-
Uses of ShortLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ShortLookupContainerModifier and TypeClassDescriptionfinal 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.classA hash set ofshorts, implemented using using open addressing with linear probing for collision resolution.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.classSame asShortHashSetbut 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.Methods in com.carrotsearch.hppc with parameters of type ShortLookupContainerModifier and TypeMethodDescriptionintAbstractShortCollection.removeAll(ShortLookupContainer c) Default implementation uses a predicate for removal.intShortCollection.removeAll(ShortLookupContainer c) Removes all elements in this collection that are present inc.intAbstractShortCollection.retainAll(ShortLookupContainer c) Default implementation uses a predicate for retaining.intShortCollection.retainAll(ShortLookupContainer c) Keeps all elements in this collection that are present inc.