org.compass.core.impl
Class DefaultCompassHitIterator
java.lang.Object
org.compass.core.impl.DefaultCompassHitIterator
- All Implemented Interfaces:
- Iterator<CompassHit>
public class DefaultCompassHitIterator
- extends Object
- implements Iterator<CompassHit>
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCompassHitIterator
DefaultCompassHitIterator(CompassHitsOperations compassHits)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<CompassHit>
next
public CompassHit next()
- Specified by:
next in interface Iterator<CompassHit>
remove
public void remove()
- Specified by:
remove in interface Iterator<CompassHit>
length
public int length()
Copyright (c) 2004-2008 The Compass Project.