public class ListDoubleView extends ListDouble
| Constructor and Description |
|---|
ListDoubleView(ListNumber list) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(int index)
Returns the element at the specified position in this list casted to a double.
|
int |
size()
Returns the number of elements in the collection.
|
public ListDoubleView(ListNumber list)
public double getDouble(int index)
ListNumberindex - position of the element to returnpublic int size()
CollectionNumberCopyright © 2015. All rights reserved.