org.kuali.rice.krms.util
Class AlphaIterator

java.lang.Object
  extended by 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

Constructor Summary
AlphaIterator()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaIterator

public AlphaIterator()
Method Detail

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.