wt.fc.collections
Class ReferenceMap.ClassIterator

java.lang.Object
  extended bywt.fc.collections.ReferenceMap.ClassIterator
All Implemented Interfaces:
Iterator
Enclosing class:
ReferenceMap

private final class ReferenceMap.ClassIterator
extends Object
implements Iterator


Field Summary
(package private)  int expectedModCount
           
(package private)  Iterator iter
           
(package private)  Class last
           
 
Constructor Summary
(package private) ReferenceMap.ClassIterator()
           
 
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
 

Field Detail

iter

final Iterator iter

expectedModCount

int expectedModCount

last

Class last
Constructor Detail

ReferenceMap.ClassIterator

ReferenceMap.ClassIterator()
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