Class Listables.IListableArray<E>
- java.lang.Object
-
- org.magicwerk.brownies.collections.Listables.IListableArray<E>
-
- All Implemented Interfaces:
IListable<E>
- Enclosing class:
- Listables
public static class Listables.IListableArray<E> extends java.lang.Object implements IListable<E>
ClassListables.IListableArrayimplements theIListableinterface for arrays.
-
-
Constructor Summary
Constructors Constructor Description IListableArray(E[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eget(int index)Return element at specified positionintsize()Return size of list
-