
protected static class KNNUtil.DistanceView<D extends Distance<D>> extends AbstractList<D> implements List<D>
| Modifier and Type | Field and Description | 
|---|---|
| (package private) KNNResult<D> | parentThe true list. | 
modCount| Constructor and Description | 
|---|
| KNNUtil.DistanceView(KNNResult<D> parent)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| D | get(int i) | 
| Iterator<D> | iterator() | 
| int | size() | 
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString