Uses of Interface
com.carrotsearch.hppc.DoubleLookupContainer

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

Classes in com.carrotsearch.hppc that implement DoubleLookupContainer
 class DoubleByteOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class DoubleCharOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class DoubleDoubleOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class DoubleFloatOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class DoubleIntOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class DoubleLongOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class DoubleObjectOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class DoubleOpenHashSet
          A hash set of doubles, implemented using using open addressing with linear probing for collision resolution.
 class DoubleShortOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 

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



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