edu.cmu.minorthird.text
Interface Trie.ResultIterator

All Superinterfaces:
java.util.Iterator<Span>
Enclosing class:
Trie

public static interface Trie.ResultIterator
extends java.util.Iterator<Span>

An extension of Span.Looper which also returns the ids associated with a Span.


Method Summary
 java.util.List<java.lang.String> getAssociatedIds()
          Return a list of the ids associated with the span in the Trie
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getAssociatedIds

java.util.List<java.lang.String> getAssociatedIds()
Return a list of the ids associated with the span in the Trie