Package cc.mallet.util
Class PropertyList.ObjectIterator
- java.lang.Object
-
- cc.mallet.util.PropertyList.Iterator
-
- 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
Constructors Constructor Description ObjectIterator(PropertyList pl)
-
Method Summary
-
Methods inherited from class cc.mallet.util.PropertyList.Iterator
getKey, getNumericValue, getObjectValue, hasNext, isNumeric, next, nextProperty, remove
-
-
-
-
Constructor Detail
-
ObjectIterator
public ObjectIterator(PropertyList pl)
-
-