|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClonableList<E>
Method Summary | |
---|---|
int |
findIndexOf(java.lang.Object object)
Returns the index of the first occurrence of the specified Object in this collection. |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
int findIndexOf(java.lang.Object object)
Returns the index of the first occurrence of the specified Object
in this collection.
Both the type and the content of the Object
s must match exactly.
object
- The Object
to search for.
int
that specifies the index of the first occurrence of the
specified Object
or -1 if it is not found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |