Class IDoubleList.IDoubleListableFromList
java.lang.Object
org.magicwerk.brownies.collections.primitive.IDoubleList.IDoubleListableFromList
- All Implemented Interfaces:
IDoubleListable
- Enclosing class:
IDoubleList
protected static class IDoubleList.IDoubleListableFromList
extends Object
implements IDoubleListable
Wrapper to treat a
List
as IDoubleListable
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
list
-
-
Constructor Details
-
IDoubleListableFromList
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceIDoubleListable
-
get
public double get(int index) - Specified by:
get
in interfaceIDoubleListable
-