public class LongEnumerator
extends ArrayList<Long>
| Constructor and Description |
|---|
LongEnumerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObject(Long obj) |
void |
clear() |
void |
ensureSize(int size) |
Long |
get(int index) |
Integer |
getIndex(Long obj) |
Set<Long> |
keySet() |
Integer |
maybeGetIndex(Long obj) |
void |
update(Long obj,
int index) |
add, add, addAll, addAll, clone, contains, ensureCapacity, forEach, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic Integer getIndex(Long obj)
public Integer maybeGetIndex(Long obj)
public void addObject(Long obj)
public void update(Long obj,
int index)
public void ensureSize(int size)
public Set<Long> keySet()
public Long get(int index)
get in interface List<Long>get in class ArrayList<Long>public void clear()
clear in interface Collection<Long>clear in interface List<Long>clear in class ArrayList<Long>