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