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.IListableArray
implements theIListable
interface for arrays.
-
-
Constructor Summary
Constructors Constructor Description IListableArray(E[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
get(int index)
Return element at specified positionint
size()
Return size of list
-