Class IShortList.IShortListableFromList
java.lang.Object
org.magicwerk.brownies.collections.primitive.IShortList.IShortListableFromList
- All Implemented Interfaces:
IShortListable
- Enclosing class:
IShortList
Wrapper to treat a
List
as IShortListable
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
list
-
-
Constructor Details
-
IShortListableFromList
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceIShortListable
-
get
public short get(int index) - Specified by:
get
in interfaceIShortListable
-