Constructor and Description |
---|
ListIndexed(List<T> baseList,
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, wait
forEach, spliterator
public int indexOf(T value)
Indexed
Copyright © 2011–2017. All rights reserved.