Interface Vector<K>
-
- All Known Implementing Classes:
ColumnVector
,RowVector
public interface Vector<K>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getDouble(K key)
K
getKey(int index)
boolean
isAvailable(K key)
int
size()
-