Uses of Package
org.omnaest.utils.structure.iterator

Packages that use org.omnaest.utils.structure.iterator
org.omnaest.utils.events.event   
org.omnaest.utils.structure.iterator   
 

Classes in org.omnaest.utils.structure.iterator used by org.omnaest.utils.events.event
ListIterable
          Not only usable by a foreach statement, this interface forces the implementing class to offer a ListIterator instance.
 

Classes in org.omnaest.utils.structure.iterator used by org.omnaest.utils.structure.iterator
CircularIterator
          A special Iterator which will go through the underlying structure and starts from the beginning if the last element has been passed.
IterableUtils.IterableReplicator
          The IterableUtils.IterableReplicator allows to replicate elements to a given Collection
IteratorDecoratorSwitchable
          This is a switchable Iterator decorator, which holds a List of Iterator instances which it can address.
ListIteratorDecoratorSwitchable
          This is a switchable ListIterator decorator, which holds a List of ListIterator instances which it can address.
ListIteratorIndexBased.ListIteratorIndexBasedSource
           
 



Copyright © 2013. All Rights Reserved.