Uses of Class
org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase

Packages that use CollectionToCollectionAdapterBase
org.omnaest.utils.structure.collection.adapter   
org.omnaest.utils.structure.collection.set.adapter   
 

Uses of CollectionToCollectionAdapterBase in org.omnaest.utils.structure.collection.adapter
 

Subclasses of CollectionToCollectionAdapterBase in org.omnaest.utils.structure.collection.adapter
 class CollectionToCollectionAdapter<FROM,TO>
          Adapter from one Collection with its specific type to an underlying Collection with another specific type using an ElementBidirectionalConverter instance to translate forth and back in types.
 

Uses of CollectionToCollectionAdapterBase in org.omnaest.utils.structure.collection.set.adapter
 

Subclasses of CollectionToCollectionAdapterBase in org.omnaest.utils.structure.collection.set.adapter
 class SetToSetAdapter<FROM,TO>
          Adapter from one Set with a specific type to another Set with another specific type using a ElementBidirectionalConverter
 



Copyright © 2013. All Rights Reserved.