cc.mallet.util
Class PropertyList.NumericIterator

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

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

See Also:
Serialized Form

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

public PropertyList.NumericIterator(PropertyList pl)