Uses of Interface
com.carrotsearch.hppc.FloatLookupContainer

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

Classes in com.carrotsearch.hppc that implement FloatLookupContainer
 class FloatByteOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class FloatCharOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class FloatDoubleOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class FloatFloatOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class FloatIntOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class FloatLongOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class FloatObjectOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class FloatOpenHashSet
          A hash set of floats, implemented using using open addressing with linear probing for collision resolution.
 class FloatShortOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 

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



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