Uses of Interface
com.carrotsearch.hppc.ByteLookupContainer

Packages that use ByteLookupContainer
com.carrotsearch.hppc High Performance Primitive Collections (HPPC) library provides typical data structures (lists, stacks, maps) template-generated for all Java primitive types (byte, int, etc.) to conserve memory and boost performance. 
 

Uses of ByteLookupContainer in com.carrotsearch.hppc
 

Classes in com.carrotsearch.hppc that implement ByteLookupContainer
 class ByteByteOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ByteCharOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ByteDoubleOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ByteFloatOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ByteIntOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ByteLongOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ByteObjectOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ByteOpenHashSet
          A hash set of bytes, implemented using using open addressing with linear probing for collision resolution.
 class ByteShortOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 

Methods in com.carrotsearch.hppc with parameters of type ByteLookupContainer
 int ByteCollection.removeAll(ByteLookupContainer c)
          Removes all elements in this collection that are present in c.
 int ByteCollection.retainAll(ByteLookupContainer c)
          Keeps all elements in this collection that are present in c.
 



Copyright © 2011 Carrot Search s.c.. All Rights Reserved.