Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
IntArrayDeque |
IntArrayDeque.clone()
Clone this object.
|
static IntArrayDeque |
IntArrayDeque.from(int... elements)
Create a new deque by pushing a variable number of arguments to the end of it.
|
static IntArrayDeque |
IntArrayDeque.from(IntArrayDeque container)
Create a new deque by pushing a variable number of arguments to the end of it.
|
static IntArrayDeque |
IntArrayDeque.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static IntArrayDeque |
IntArrayDeque.newInstanceWithCapacity(int initialCapacity)
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
Modifier and Type | Method and Description |
---|---|
static IntArrayDeque |
IntArrayDeque.from(IntArrayDeque container)
Create a new deque by pushing a variable number of arguments to the end of it.
|
Copyright © 2014 Carrot Search s.c.. All rights reserved.