Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
LongArrayDeque |
LongArrayDeque.clone()
Clone this object.
|
static LongArrayDeque |
LongArrayDeque.from(long... 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 |
LongArrayDeque.equalElements(LongArrayDeque other)
Compare order-aligned elements against another
LongDeque . |
Copyright © 2019 Carrot Search s.c.. All rights reserved.