public interface ChoosableArrayList<T> extends org.jgroups.util.Streamable, Externalizable, ChoosableIterable<T>
Modifier and Type | Field and Description |
---|---|
static ChoosableArrayList |
emptyChoosable |
Modifier and Type | Method and Description |
---|---|
ChoosableArrayList<T> |
add(T value) |
T |
first() |
ChoosableArrayList<T> |
remove(T value) |
int |
size() |
readExternal, writeExternal
choose, isEmpty
forEach, iterator, spliterator
static final ChoosableArrayList emptyChoosable
ChoosableArrayList<T> add(T value)
ChoosableArrayList<T> remove(T value)
T first()
int size()
Copyright © 2015. All rights reserved.