cc.mallet.util
Class PropertyList.ObjectIterator

java.lang.Object
  extended by cc.mallet.util.PropertyList.Iterator
      extended by cc.mallet.util.PropertyList.ObjectIterator
All Implemented Interfaces:
java.io.Serializable, java.util.Iterator
Enclosing class:
PropertyList

public class PropertyList.ObjectIterator
extends PropertyList.Iterator
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PropertyList.ObjectIterator(PropertyList pl)
           
 
Method Summary
 
Methods inherited from class cc.mallet.util.PropertyList.Iterator
getKey, getNumericValue, getObjectValue, hasNext, isNumeric, next, nextProperty, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyList.ObjectIterator

public PropertyList.ObjectIterator(PropertyList pl)