2.17.2: 2011-06-17

Package net.sf.basedb.util.collections

Interface Summary
CollectionTransformer<S,D> Allows a collection to be transformed by applying some operation to it.
 

Class Summary
AddAllTransformer<I> Collection transformer implementation that adds all elements in the source collection to the destination collection.
BasicItemToIdTransformer Collection transformer implementation that extracts the ID from BasicItem:s.
MultiStepCollectionTransformer<S,D> Collection transformer implementation that transforms a source collection into the destination collection using multiple steps.
RemoveAllTransformer<I> Collection transformer implementation that removes all elements in the source collection from the destination collection.
 


2.17.2: 2011-06-17