Uses of Interface
com.carrotsearch.hppc.IntCollection

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

Subinterfaces of IntCollection in com.carrotsearch.hppc
 interface IntDeque
          A double-linked queue of ints.
 interface IntIndexedContainer
          An indexed container provides random access to elements based on an index.
 interface IntSet
          A set of ints.
 

Classes in com.carrotsearch.hppc that implement IntCollection
 class IntArrayDeque
          An array-backed deque (doubly linked queue) of ints.
 class IntArrayList
          An array-backed list of ints.
 class IntByteOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class IntCharOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class IntDoubleLinkedSet
          A double-linked set of int values.
 class IntDoubleOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class IntFloatOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class IntIntOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class IntLongOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class IntObjectOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class IntOpenHashSet
          A hash set of ints, implemented using using open addressing with linear probing for collision resolution.
 class IntShortOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class IntStack
          An extension to ObjectArrayList adding stack-related utility methods.
 

Methods in com.carrotsearch.hppc that return IntCollection
 IntCollection IntShortAssociativeContainer.keys()
          Returns a collection of keys of this container.
 IntCollection IntCharAssociativeContainer.keys()
          Returns a collection of keys of this container.
 IntCollection IntLongAssociativeContainer.keys()
          Returns a collection of keys of this container.
 IntCollection IntByteAssociativeContainer.keys()
          Returns a collection of keys of this container.
 IntCollection IntDoubleAssociativeContainer.keys()
          Returns a collection of keys of this container.
 IntCollection IntFloatAssociativeContainer.keys()
          Returns a collection of keys of this container.
 IntCollection IntIntAssociativeContainer.keys()
          Returns a collection of keys of this container.
 IntCollection IntObjectAssociativeContainer.keys()
          Returns a collection of keys of this container.
 



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