public class SortedListView extends ListDouble
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(int index)
Returns the element at the specified position in this list casted to a double.
|
ListInt |
getIndexes()
Returns the index map of the sorted view.
|
int |
size()
Returns the number of elements in the collection.
|
public double getDouble(int index)
ListNumberindex - position of the element to returnpublic int size()
CollectionNumberpublic ListInt getIndexes()
Copyright © 2015. All rights reserved.