org.millscript.millscript.datatypes
Class SimpleIterator<T>

java.lang.Object
  extended by org.millscript.millscript.datatypes.SimpleIterator<T>
All Implemented Interfaces:
java.util.Iterator<T>

Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see MapIterator.

@Deprecated
public abstract class SimpleIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>

This is a utility class for implementing a simple iterator that doesn't support the remove operation.


Constructor Summary
SimpleIterator()
          Deprecated.  
 
Method Summary
 void remove()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Constructor Detail

SimpleIterator

public SimpleIterator()
Deprecated. 
Method Detail

remove

public void remove()
Deprecated. 
Specified by:
remove in interface java.util.Iterator<T>
See Also:
Iterator.remove()


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.