Uses of Interface
com.carrotsearch.hppc.DoubleCollection

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

Subinterfaces of DoubleCollection in com.carrotsearch.hppc
 interface DoubleDeque
          A double-linked queue of doubles.
 interface DoubleIndexedContainer
          An indexed container provides random access to elements based on an index.
 interface DoubleSet
          A set of doubles.
 

Classes in com.carrotsearch.hppc that implement DoubleCollection
 class DoubleArrayDeque
          An array-backed deque (doubly linked queue) of doubles.
 class DoubleArrayList
          An array-backed list of doubles.
 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.
 class DoubleStack
          An extension to ObjectArrayList adding stack-related utility methods.
 

Methods in com.carrotsearch.hppc that return DoubleCollection
 DoubleCollection DoubleObjectAssociativeContainer.keys()
          Returns a collection of keys of this container.
 DoubleCollection DoubleFloatAssociativeContainer.keys()
          Returns a collection of keys of this container.
 DoubleCollection DoubleCharAssociativeContainer.keys()
          Returns a collection of keys of this container.
 DoubleCollection DoubleDoubleAssociativeContainer.keys()
          Returns a collection of keys of this container.
 DoubleCollection DoubleLongAssociativeContainer.keys()
          Returns a collection of keys of this container.
 DoubleCollection DoubleShortAssociativeContainer.keys()
          Returns a collection of keys of this container.
 DoubleCollection DoubleByteAssociativeContainer.keys()
          Returns a collection of keys of this container.
 DoubleCollection DoubleIntAssociativeContainer.keys()
          Returns a collection of keys of this container.
 



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