Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
ObjectArrayDeque<KType> |
ObjectArrayDeque.clone()
Clone this object.
|
static <KType> ObjectArrayDeque<KType> |
ObjectArrayDeque.from(KType... elements)
Create a new deque by pushing a variable number of arguments to the end of it.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ObjectArrayDeque.equalElements(ObjectArrayDeque<?> other)
Compare order-aligned elements against another
ObjectDeque . |
Copyright © 2020 Carrot Search s.c.. All rights reserved.