org.kuali.rice.krms.util
Class AlphaIterator
java.lang.Object
org.kuali.rice.krms.util.AlphaIterator
- All Implemented Interfaces:
- Serializable, Iterator
public class AlphaIterator
- extends Object
- implements Serializable, Iterator
Created with IntelliJ IDEA.
User: SW
Date: 2013/02/12
Time: 12:15 PM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlphaIterator
public AlphaIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.