| Constructor and Description |
|---|
ArrayIndexed(T[] baseArray,
Class<? extends T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
Class<? extends T> |
getClazz() |
int |
indexOf(T value)
Returns the index of "value" in this Indexed object, or a negative number if the value is not present.
|
Iterator<T> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic int indexOf(T value)
IndexedCopyright © 2011–2017. All rights reserved.