Module ch.bind.philib
Package ch.bind.philib.util
Interface ClusteredIndex<K,T extends ClusteredIndex.Entry<K>>
-
- All Known Implementing Classes:
ClusteredHashIndex
public interface ClusteredIndex<K,T extends ClusteredIndex.Entry<K>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceClusteredIndex.Entry<K>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(T entry)voidclear()Tget(K key)booleanremove(T entry)
-