|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.types.ChainedInstanceIterator
@Deprecated public abstract class ChainedInstanceIterator
Under development, and not sure we actually want to have a class list this. It seems quite dangerous, and error-prone.
Constructor Summary | |
---|---|
ChainedInstanceIterator(java.util.Iterator<Instance> source,
ChainedInstanceIterator target)
Deprecated. Both source and target may be null. |
Method Summary | |
---|---|
abstract boolean |
hasNext()
Deprecated. |
abstract Instance |
next()
Deprecated. |
void |
remove()
Deprecated. |
boolean |
sourceNowHasNext(java.util.Iterator<Instance> source)
Deprecated. The "source" of this iterator sends this message to tell this iterator that, even though source.hasNext() may have returned false before, it would now return true. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainedInstanceIterator(java.util.Iterator<Instance> source, ChainedInstanceIterator target)
Method Detail |
---|
public abstract Instance next()
next
in interface java.util.Iterator<Instance>
public abstract boolean hasNext()
hasNext
in interface java.util.Iterator<Instance>
public void remove()
remove
in interface java.util.Iterator<Instance>
public boolean sourceNowHasNext(java.util.Iterator<Instance> source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |