Uses of Interface
com.carrotsearch.hppc.LongCollection

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

Subinterfaces of LongCollection in com.carrotsearch.hppc
 interface LongDeque
          A double-linked queue of longs.
 interface LongIndexedContainer
          An indexed container provides random access to elements based on an index.
 interface LongSet
          A set of longs.
 

Classes in com.carrotsearch.hppc that implement LongCollection
 class LongArrayDeque
          An array-backed deque (doubly linked queue) of longs.
 class LongArrayList
          An array-backed list of longs.
 class LongByteOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongCharOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongDoubleOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongFloatOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongIntOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongLongOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongObjectOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongOpenHashSet
          A hash set of longs, implemented using using open addressing with linear probing for collision resolution.
 class LongShortOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class LongStack
          An extension to ObjectArrayList adding stack-related utility methods.
 

Methods in com.carrotsearch.hppc that return LongCollection
 LongCollection LongDoubleAssociativeContainer.keys()
          Returns a collection of keys of this container.
 LongCollection LongLongAssociativeContainer.keys()
          Returns a collection of keys of this container.
 LongCollection LongIntAssociativeContainer.keys()
          Returns a collection of keys of this container.
 LongCollection LongByteAssociativeContainer.keys()
          Returns a collection of keys of this container.
 LongCollection LongCharAssociativeContainer.keys()
          Returns a collection of keys of this container.
 LongCollection LongFloatAssociativeContainer.keys()
          Returns a collection of keys of this container.
 LongCollection LongShortAssociativeContainer.keys()
          Returns a collection of keys of this container.
 LongCollection LongObjectAssociativeContainer.keys()
          Returns a collection of keys of this container.
 



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