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 booleancontains(K key)KgetKey(int i)intgetSize()java.lang.Iterable<K>keys()java.lang.Object[]keysArray()
-