public abstract class ValueContainer<Value>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValueContainer.ContainerAction<T> |
static interface |
ValueContainer.IntIterator |
static interface |
ValueContainer.IntPredicate |
static interface |
ValueContainer.ValueIterator<Value> |
| Constructor and Description |
|---|
ValueContainer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
forEach(ValueContainer.ContainerAction<? super Value> action) |
abstract ValueContainer.ValueIterator<Value> |
getValueIterator() |
abstract int |
size() |
public abstract ValueContainer.ValueIterator<Value> getValueIterator()
public abstract int size()
public final boolean forEach(ValueContainer.ContainerAction<? super Value> action)