messif.buckets.index
Interface ModifiableSearch<T>

Type Parameters:
T - the type of objects that this ModifiableSearch searches for
All Superinterfaces:
java.lang.Cloneable, Removable<T>, Search<T>
All Known Subinterfaces:
IntStorageSearch<T>, LongStorageSearch<T>, StorageSearch<T>

public interface ModifiableSearch<T>
extends Search<T>, Removable<T>

Represents a modifiable search. That is, this search that can remove objects once found.


Method Summary
 
Methods inherited from interface messif.buckets.index.Search
clone, close, getCurrentObject, next, previous, skip
 
Methods inherited from interface messif.buckets.Removable
getCurrentObject, remove