Package org.omnaest.utils.structure.iterator.decorator

Class Summary
IteratorDecorator<E> An IteratorDecorator decorates an existing Iterator instance.
IteratorToIteratorAdapter<FROM,TO> Decorator of an Iterator which uses an ElementConverter to convert the output of the IteratorToIteratorAdapter.next() method of the underlying Iterator to another type .
LockingIteratorDecorator<E> IteratorDecorator which uses a Lock instance to synchronize its methods
 



Copyright © 2013. All Rights Reserved.