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