Uses of Interface
com.carrotsearch.hppc.ByteLookupContainer
-
Packages that use ByteLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of ByteLookupContainer in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with parameters of type ByteLookupContainer Modifier and Type Method Description intAbstractByteCollection. removeAll(ByteLookupContainer c)Default implementation uses a predicate for removal.intByteCollection. removeAll(ByteLookupContainer c)Removes all elements in this collection that are present inc.intAbstractByteCollection. retainAll(ByteLookupContainer c)Default implementation uses a predicate for retaining.intByteCollection. retainAll(ByteLookupContainer c)Keeps all elements in this collection that are present inc.
-