Class IList.IListableFromArray<E>
java.lang.Object
org.magicwerk.brownies.collections.IList.IListableFromArray<E>
- All Implemented Interfaces:
IListable<E>
Wrapper to treat an array as
IListable
.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIListableFromArray
(E[] array) IListableFromArray
(E[] array, int offset, int length) -
Method Summary
-
Field Details
-
array
E[] array -
offset
int offset -
length
int length
-
-
Constructor Details
-
Method Details