Package org.omnaest.utils.structure.collection

Interface Summary
CollectionUtils.ElementConverter<FROM,TO> Used to convert a collection element.
ListUtils.ElementTransformer<FROM,TO> The provides the transformation method to transform one generic element instance into another.
ListUtils.MultiElementTransformer<FROM,TO> The provides the transformation method to transform one generic Collection instance into one or multiple elements of other type.
 

Class Summary
CollectionAbstract<E> Abstract implementation for the Collection interface.
CollectionUtils  
CollectionUtils.IdentityElementConverter<T> Does not change the type of the element and the value of the element being converted.
ListUtils Helper class for modifying List instances.
ListUtils.ElementTransformerIdentitiyCast<FROM,TO> Simple ListUtils.ElementTransformer implementation which casts the given object and returns it.
SetUtils  
ThreadSafeIterator<E> Thread safe Iterator delegate which makes use of an internal ReentrantLock to avoid concurrent access of the underlying Iterator.
 



Copyright © 2011. All Rights Reserved.