Uses of Interface
com.carrotsearch.hppc.KTypeLookupContainer

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

Classes in com.carrotsearch.hppc that implement KTypeLookupContainer
 class KTypeOpenHashSet<KType>
          A hash set of KTypes, implemented using using open addressing with linear probing for collision resolution.
 class KTypeVTypeOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 

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



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