gzz.index.impl
Class SpaceXuIndexer.MyIndex

java.lang.Object
  |
  +--gzz.index.impl.SpaceXuIndexer.MyIndex
All Implemented Interfaces:
Index
Enclosing class:
SpaceXuIndexer

protected class SpaceXuIndexer.MyIndex
extends java.lang.Object
implements Index


Constructor Summary
SpaceXuIndexer.MyIndex(int n)
           
 
Method Summary
 java.util.Collection getMatches(java.lang.Object o)
          Get a set of entry "names" that match the given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceXuIndexer.MyIndex

public SpaceXuIndexer.MyIndex(int n)
Method Detail

getMatches

public java.util.Collection getMatches(java.lang.Object o)
Description copied from interface: Index
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.

Specified by:
getMatches in interface Index