|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListView<E>
Method Summary | |
---|---|
boolean |
contains(java.lang.Object elem)
Returns true if a particular element is contained in this list. |
E |
get(int idx)
Get the element at a particular index, or null if there is no such element. |
java.util.Iterator<E> |
iterator()
Return an iterator over all elements in this list. |
int |
size()
Get the number of elements in this list. |
Method Detail |
---|
java.util.Iterator<E> iterator()
iterator
in interface java.lang.Iterable<E>
E get(int idx)
idx
- index of the element
int size()
boolean contains(java.lang.Object elem)
elem
- element to search for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |