Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
ObjectStack<KType>
A subclass of
ObjectArrayList adding stack-related utility methods. |
Modifier and Type | Method and Description |
---|---|
ObjectArrayList<KType> |
ObjectArrayList.clone()
Clone this object.
|
static <KType> ObjectArrayList<KType> |
ObjectArrayList.from(KType... elements)
Create a list from a variable number of arguments or an array of
Object . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ObjectArrayList.equalElements(ObjectArrayList<?> other)
Compare index-aligned elements against another
ObjectIndexedContainer . |
Copyright © 2021 Carrot Search s.c.. All rights reserved.