public class Hiterator<A extends IHit> extends Object implements Iterator<A>
Hiterator(A[] hits)
boolean
hasNext()
A
next()
void
remove()
int
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Hiterator(A[] hits)
hits
public boolean hasNext()
hasNext
Iterator<A extends IHit>
public A next()
next
public void remove()
remove
UnsupportedOperationException
public String toString()
toString
Object
public int size()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.