Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
LongStack
A subclass of
LongArrayList adding stack-related utility methods. |
Modifier and Type | Method and Description |
---|---|
LongArrayList |
LongArrayList.clone()
Clone this object.
|
static LongArrayList |
LongArrayList.from(long... elements)
Create a list from a variable number of arguments or an array of
long . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LongArrayList.equalElements(LongArrayList other)
Compare index-aligned elements against another
LongIndexedContainer . |
Copyright © 2017 Carrot Search s.c.. All Rights Reserved.