Uses of Interface
com.carrotsearch.hppc.LongLookupContainer

Packages that use LongLookupContainer
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 LongLookupContainer in com.carrotsearch.hppc
 

Classes in com.carrotsearch.hppc that implement LongLookupContainer
 class LongByteOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongCharOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongDoubleOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongFloatOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongIntOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongLongOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongObjectOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongOpenHashSet
          A hash set of longs, implemented using using open addressing with linear probing for collision resolution.
 class LongShortOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 

Methods in com.carrotsearch.hppc that return LongLookupContainer
 LongLookupContainer BitSet.asLongLookupContainer()
          Returns a view over this bitset data compatible with LongLookupContainer.
 

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



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