Class ILongList.ILongListableFromList
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.ILongList.ILongListableFromList
-
- All Implemented Interfaces:
ILongListable
- Enclosing class:
- ILongList
protected static class ILongList.ILongListableFromList extends java.lang.Object implements ILongListable
Wrapper to treat aList
asILongListable
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.Long>
list
-
Constructor Summary
Constructors Constructor Description ILongListableFromList(java.util.List<java.lang.Long> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
get(int index)
int
size()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceILongListable
-
get
public long get(int index)
- Specified by:
get
in interfaceILongListable
-
-