Package com.macrofocus.index
Interface Index<K>
-
- All Known Implementing Classes:
AbstractIndex
public interface Index<K>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
contains(K key)
K
getKey(int i)
int
getSize()
java.lang.Iterable<K>
keys()
java.lang.Object[]
keysArray()
-