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