Public Member Functions | |
| boolean | hasNext () |
| Object | next () |
| Object | remove () |
An implementation of the JDK 1.2 Iterator interface. I wrote this because I want people using 1.1.x to be able to use my apps, but I also wanted to get a start in moving my source to JDK 1.2
| boolean org.exolab.castor.util.Iterator.hasNext | ( | ) |
Implemented in org.exolab.castor.util.Stack.StackIterator.
Referenced by org.exolab.castor.util.IteratorEnumeration.hasMoreElements(), and org.exolab.castor.util.OrderedHashMap.putAll().
| Object org.exolab.castor.util.Iterator.next | ( | ) |
Implemented in org.exolab.castor.util.Stack.StackIterator.
Referenced by org.exolab.castor.util.IteratorEnumeration.nextElement(), and org.exolab.castor.util.OrderedHashMap.putAll().
| Object org.exolab.castor.util.Iterator.remove | ( | ) |
Implemented in org.exolab.castor.util.Stack.StackIterator.
1.7.0