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