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

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

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

See Also:
Serialized Form

Constructor Summary
PropertyList.NumericIterator(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.NumericIterator

public PropertyList.NumericIterator(PropertyList pl)