com.ptc.windchill.esi.utl
Class LinkedHashMap.EntryIterator
java.lang.Object
com.ptc.windchill.esi.utl.LinkedHashMap.EntryIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- LinkedHashMap
- private class LinkedHashMap.EntryIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mCurrent
private LinkedHashMap.Entry mCurrent
mNext
private LinkedHashMap.Entry mNext
LinkedHashMap.EntryIterator
public LinkedHashMap.EntryIterator()
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