Uses of Interface
com.carrotsearch.hppc.CharLookupContainer
Packages that use CharLookupContainer
-
Uses of CharLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement CharLookupContainerModifier 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 ofchars, 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 asCharHashSetbut 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 CharLookupContainerModifier and TypeMethodDescriptionintAbstractCharCollection.removeAll(CharLookupContainer c) Default implementation uses a predicate for removal.intCharCollection.removeAll(CharLookupContainer c) Removes all elements in this collection that are present inc.intAbstractCharCollection.retainAll(CharLookupContainer c) Default implementation uses a predicate for retaining.intCharCollection.retainAll(CharLookupContainer c) Keeps all elements in this collection that are present inc.