Uses of Interface
com.carrotsearch.hppc.ObjectLookupContainer

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

Classes in com.carrotsearch.hppc that implement ObjectLookupContainer
 class ObjectByteOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ObjectCharOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ObjectDoubleOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ObjectFloatOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ObjectIntOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ObjectLongOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ObjectObjectOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class ObjectOpenHashSet<KType>
          A hash set of KTypes, implemented using using open addressing with linear probing for collision resolution.
 class ObjectShortOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 

Methods in com.carrotsearch.hppc with parameters of type ObjectLookupContainer
 int ObjectCollection.removeAll(ObjectLookupContainer<? extends KType> c)
          Removes all elements in this collection that are present in c.
 int ObjectCollection.retainAll(ObjectLookupContainer<? extends KType> c)
          Keeps all elements in this collection that are present in c.
 



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