public interface VectorCache<V extends org.apache.hadoop.io.Writable>
Modifier and Type | Method and Description |
---|---|
void |
addTo(int i,
V value) |
void |
clear() |
boolean |
contains(int i) |
V |
get(int i) |
VectorIterator<V> |
iterator(boolean onlyNonZero,
BitSet filterSet) |
void |
put(int i,
V value) |
int |
size() |