Package org.omnaest.utils.structure.collection.list.decorator

Class Summary
ListDecorator<E> The ListDecorator is intended to decorate an existing List instance.
ListDispatcher<E> Dispatches any access to it to one or multiple other List instances.
ListDispatcher.ListDispatchControl<E> The ListDispatcher.ListDispatchControl allows to control to which List the method invocations to the ListDispatcher will be forwarded to.
ListIteratorDecorator<E> Decorator for a ListIterator instance.
LockingListDecorator<E> A ListDecorator which uses a given Lock instance to synchronize all of its methods.
LockingListIteratorDecorator<E> A ListIteratorDecorator which uses a Lock to synchronize all of its methods.
 



Copyright © 2013. All Rights Reserved.