Uses of Package
com.carrotsearch.hppc.cursors

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

Classes in com.carrotsearch.hppc.cursors used by com.carrotsearch.hppc
ByteByteCursor
          A cursor over entries of an associative container (byte keys and byte values).
ByteCharCursor
          A cursor over entries of an associative container (byte keys and char values).
ByteCursor
          A cursor over a collection of bytes.
ByteDoubleCursor
          A cursor over entries of an associative container (byte keys and double values).
ByteFloatCursor
          A cursor over entries of an associative container (byte keys and float values).
ByteIntCursor
          A cursor over entries of an associative container (byte keys and int values).
ByteLongCursor
          A cursor over entries of an associative container (byte keys and long values).
ByteObjectCursor
          A cursor over entries of an associative container (byte keys and VType values).
ByteShortCursor
          A cursor over entries of an associative container (byte keys and short values).
CharByteCursor
          A cursor over entries of an associative container (char keys and byte values).
CharCharCursor
          A cursor over entries of an associative container (char keys and char values).
CharCursor
          A cursor over a collection of chars.
CharDoubleCursor
          A cursor over entries of an associative container (char keys and double values).
CharFloatCursor
          A cursor over entries of an associative container (char keys and float values).
CharIntCursor
          A cursor over entries of an associative container (char keys and int values).
CharLongCursor
          A cursor over entries of an associative container (char keys and long values).
CharObjectCursor
          A cursor over entries of an associative container (char keys and VType values).
CharShortCursor
          A cursor over entries of an associative container (char keys and short values).
DoubleByteCursor
          A cursor over entries of an associative container (double keys and byte values).
DoubleCharCursor
          A cursor over entries of an associative container (double keys and char values).
DoubleCursor
          A cursor over a collection of doubles.
DoubleDoubleCursor
          A cursor over entries of an associative container (double keys and double values).
DoubleFloatCursor
          A cursor over entries of an associative container (double keys and float values).
DoubleIntCursor
          A cursor over entries of an associative container (double keys and int values).
DoubleLongCursor
          A cursor over entries of an associative container (double keys and long values).
DoubleObjectCursor
          A cursor over entries of an associative container (double keys and VType values).
DoubleShortCursor
          A cursor over entries of an associative container (double keys and short values).
FloatByteCursor
          A cursor over entries of an associative container (float keys and byte values).
FloatCharCursor
          A cursor over entries of an associative container (float keys and char values).
FloatCursor
          A cursor over a collection of floats.
FloatDoubleCursor
          A cursor over entries of an associative container (float keys and double values).
FloatFloatCursor
          A cursor over entries of an associative container (float keys and float values).
FloatIntCursor
          A cursor over entries of an associative container (float keys and int values).
FloatLongCursor
          A cursor over entries of an associative container (float keys and long values).
FloatObjectCursor
          A cursor over entries of an associative container (float keys and VType values).
FloatShortCursor
          A cursor over entries of an associative container (float keys and short values).
IntByteCursor
          A cursor over entries of an associative container (int keys and byte values).
IntCharCursor
          A cursor over entries of an associative container (int keys and char values).
IntCursor
          A cursor over a collection of ints.
IntDoubleCursor
          A cursor over entries of an associative container (int keys and double values).
IntFloatCursor
          A cursor over entries of an associative container (int keys and float values).
IntIntCursor
          A cursor over entries of an associative container (int keys and int values).
IntLongCursor
          A cursor over entries of an associative container (int keys and long values).
IntObjectCursor
          A cursor over entries of an associative container (int keys and VType values).
IntShortCursor
          A cursor over entries of an associative container (int keys and short values).
KTypeCursor
          A cursor over a collection of KTypes.
KTypeVTypeCursor
          A cursor over entries of an associative container (KType keys and VType values).
LongByteCursor
          A cursor over entries of an associative container (long keys and byte values).
LongCharCursor
          A cursor over entries of an associative container (long keys and char values).
LongCursor
          A cursor over a collection of longs.
LongDoubleCursor
          A cursor over entries of an associative container (long keys and double values).
LongFloatCursor
          A cursor over entries of an associative container (long keys and float values).
LongIntCursor
          A cursor over entries of an associative container (long keys and int values).
LongLongCursor
          A cursor over entries of an associative container (long keys and long values).
LongObjectCursor
          A cursor over entries of an associative container (long keys and VType values).
LongShortCursor
          A cursor over entries of an associative container (long keys and short values).
ObjectByteCursor
          A cursor over entries of an associative container (KType keys and byte values).
ObjectCharCursor
          A cursor over entries of an associative container (KType keys and char values).
ObjectCursor
          A cursor over a collection of KTypes.
ObjectDoubleCursor
          A cursor over entries of an associative container (KType keys and double values).
ObjectFloatCursor
          A cursor over entries of an associative container (KType keys and float values).
ObjectIntCursor
          A cursor over entries of an associative container (KType keys and int values).
ObjectLongCursor
          A cursor over entries of an associative container (KType keys and long values).
ObjectObjectCursor
          A cursor over entries of an associative container (KType keys and VType values).
ObjectShortCursor
          A cursor over entries of an associative container (KType keys and short values).
ShortByteCursor
          A cursor over entries of an associative container (short keys and byte values).
ShortCharCursor
          A cursor over entries of an associative container (short keys and char values).
ShortCursor
          A cursor over a collection of shorts.
ShortDoubleCursor
          A cursor over entries of an associative container (short keys and double values).
ShortFloatCursor
          A cursor over entries of an associative container (short keys and float values).
ShortIntCursor
          A cursor over entries of an associative container (short keys and int values).
ShortLongCursor
          A cursor over entries of an associative container (short keys and long values).
ShortObjectCursor
          A cursor over entries of an associative container (short keys and VType values).
ShortShortCursor
          A cursor over entries of an associative container (short keys and short values).
 



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