edu.umass.cs.mallet.base.types
Interface Instance.Iterator

All Superinterfaces:
java.util.Iterator
Enclosing interface:
Instance

public static interface Instance.Iterator
extends java.util.Iterator


Method Summary
 double getInstanceWeight()
           
 Instance nextInstance()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextInstance

public Instance nextInstance()

getInstanceWeight

public double getInstanceWeight()