gzz.index
Interface Index

All Known Implementing Classes:
EnfiladeOverlapIndex, SpaceXuIndexer.MyIndex

public interface Index

A searchable index. This is an interface which is used to represent indices, for example


Method Summary
 java.util.Collection getMatches(java.lang.Object o)
          Get a set of entry "names" that match the given object.
 

Method Detail

getMatches

public java.util.Collection getMatches(java.lang.Object o)
Get a set of entry "names" that match the given object. The semantics of this call depend on the exact implementation. What is guaranteed is that if no change has been made to the Index object, the same object will get an equal return value from this call.