wt.fc.collections
Class IteratorUtility

java.lang.Object
  extended bywt.fc.collections.IteratorUtility

final class IteratorUtility
extends Object

Package-private utility class used to define Iterators for use in collections implementations

Supported API: false

Extendable: false


Nested Class Summary
(package private) static class IteratorUtility.AbstractQueryKeyIterator
          Iterates over a List of references, returning each reference's query key.
(package private) static class IteratorUtility.AbstractReferenceIterator
          Iterates over a List of references Subclasses define how the references are stored, what actions to take upon remove, and how to store the modcount
(package private) static class IteratorUtility.AbstractReferenceListIterator
           
 
Constructor Summary
(package private) IteratorUtility()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorUtility

IteratorUtility()