- All Implemented Interfaces:
IListable<E>
- Enclosing class:
IList<E>
protected static class IList.IListableFromList<E>
extends Object
implements IListable<E>
-
Field Summary
Fields
(package private) List<? extends E>
-
Constructor Summary
Constructors
-
Method Summary
Return element at specified position
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
IListableFromList
IListableFromList(List<? extends E> list)
-
Method Details
-
size
public int size()
Return size of list
- Specified by:
size
in interface IListable<E>
-
get
Return element at specified position
- Specified by:
get
in interface IListable<E>