Uses of Interface
ch.bind.philib.util.ClusteredIndex.Entry
-
Packages that use ClusteredIndex.Entry Package Description ch.bind.philib.util -
-
Uses of ClusteredIndex.Entry in ch.bind.philib.util
Classes in ch.bind.philib.util with type parameters of type ClusteredIndex.Entry Modifier and Type Class Description classClusteredHashIndex<K,T extends ClusteredIndex.Entry<K>>interfaceClusteredIndex<K,T extends ClusteredIndex.Entry<K>>Methods in ch.bind.philib.util that return ClusteredIndex.Entry Modifier and Type Method Description ClusteredIndex.Entry<K>ClusteredIndex.Entry. getNextIndexEntry()Methods in ch.bind.philib.util with parameters of type ClusteredIndex.Entry Modifier and Type Method Description voidClusteredIndex.Entry. setNextIndexEntry(ClusteredIndex.Entry<K> nextHashEntry)
-