Uses of Class
com.carrotsearch.hppc.LongArrayList

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

Subclasses of LongArrayList in com.carrotsearch.hppc
 class LongStack
          An extension to ObjectArrayList adding stack-related utility methods.
 

Methods in com.carrotsearch.hppc that return LongArrayList
 LongArrayList LongArrayList.clone()
          Clone this object.
static LongArrayList LongArrayList.from(long... elements)
          Create a list from a variable number of arguments or an array of long.
static LongArrayList LongArrayList.from(LongContainer container)
          Create a list from elements of another container.
static LongArrayList LongArrayList.newInstance()
          Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor).
static LongArrayList LongArrayList.newInstanceWithCapacity(int initialCapacity)
          Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor).
 



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