public interface Indexed<T> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
Class<? extends T> |
getClazz() |
int |
indexOf(T value) |
int |
size() |
forEach, iterator, spliteratorCopyright © 2011–2016. All rights reserved.