Uses of Class
com.carrotsearch.hppc.FloatStack

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

Methods in com.carrotsearch.hppc that return FloatStack
 FloatStack FloatStack.clone()
          Clone this object.
static FloatStack FloatStack.from(float... elements)
          Create a stack by pushing a variable number of arguments to it.
static FloatStack FloatStack.from(FloatContainer container)
          Create a stack by pushing all elements of another container to it.
static FloatStack FloatStack.newInstance()
          Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor).
static FloatStack FloatStack.newInstanceWithCapacity(int initialCapacity)
          Returns a new object of this list with no need to declare generic type (shortcut instead of using a constructor).
 



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