edu.umass.cs.mallet.base.util
Class PropertyList.ObjectIterator

java.lang.Object
  extended byedu.umass.cs.mallet.base.util.PropertyList.Iterator
      extended byedu.umass.cs.mallet.base.util.PropertyList.ObjectIterator
All Implemented Interfaces:
java.util.Iterator, java.io.Serializable
Enclosing class:
PropertyList

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

See Also:
Serialized Form

Constructor Summary
PropertyList.ObjectIterator(PropertyList pl)
           
 
Methods inherited from class edu.umass.cs.mallet.base.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)