Uses of Class
com.carrotsearch.hppc.DoubleArrayDeque

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

Methods in com.carrotsearch.hppc that return DoubleArrayDeque
 DoubleArrayDeque DoubleArrayDeque.clone()
          Clone this object.
static DoubleArrayDeque DoubleArrayDeque.from(double... elements)
          Create a new deque by pushing a variable number of arguments to the end of it.
static DoubleArrayDeque DoubleArrayDeque.from(DoubleArrayDeque container)
          Create a new deque by pushing a variable number of arguments to the end of it.
static DoubleArrayDeque DoubleArrayDeque.newInstance()
          Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor).
static DoubleArrayDeque DoubleArrayDeque.newInstanceWithCapacity(int initialCapacity)
          Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor).
 

Methods in com.carrotsearch.hppc with parameters of type DoubleArrayDeque
static DoubleArrayDeque DoubleArrayDeque.from(DoubleArrayDeque container)
          Create a new deque by pushing a variable number of arguments to the end of it.
 



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