Uses of Interface
com.carrotsearch.hppc.CharCollection

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

Subinterfaces of CharCollection in com.carrotsearch.hppc
 interface CharDeque
          A double-linked queue of chars.
 interface CharIndexedContainer
          An indexed container provides random access to elements based on an index.
 interface CharSet
          A set of chars.
 

Classes in com.carrotsearch.hppc that implement CharCollection
 class CharArrayDeque
          An array-backed deque (doubly linked queue) of chars.
 class CharArrayList
          An array-backed list of chars.
 class CharByteOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class CharCharOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class CharDoubleOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class CharFloatOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class CharIntOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class CharLongOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class CharObjectOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class CharOpenHashSet
          A hash set of chars, implemented using using open addressing with linear probing for collision resolution.
 class CharShortOpenHashMap.KeysContainer
          A view of the keys inside this hash map.
 class CharStack
          An extension to ObjectArrayList adding stack-related utility methods.
 

Methods in com.carrotsearch.hppc that return CharCollection
 CharCollection CharFloatAssociativeContainer.keys()
          Returns a collection of keys of this container.
 CharCollection CharCharAssociativeContainer.keys()
          Returns a collection of keys of this container.
 CharCollection CharObjectAssociativeContainer.keys()
          Returns a collection of keys of this container.
 CharCollection CharIntAssociativeContainer.keys()
          Returns a collection of keys of this container.
 CharCollection CharShortAssociativeContainer.keys()
          Returns a collection of keys of this container.
 CharCollection CharByteAssociativeContainer.keys()
          Returns a collection of keys of this container.
 CharCollection CharLongAssociativeContainer.keys()
          Returns a collection of keys of this container.
 CharCollection CharDoubleAssociativeContainer.keys()
          Returns a collection of keys of this container.
 



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