org.omnaest.utils.structure.collection.set.adapter
Class SetToSetAdapter<FROM,TO>
java.lang.Object
org.omnaest.utils.structure.collection.CollectionAbstract<TO>
org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase<FROM,TO>
org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapter<FROM,TO>
org.omnaest.utils.structure.collection.set.adapter.SetToSetAdapter<FROM,TO>
- Type Parameters:
FROM - TO -
- All Implemented Interfaces:
- Serializable, Iterable<TO>, Collection<TO>, Set<TO>
public class SetToSetAdapter<FROM,TO>
- extends CollectionToCollectionAdapter<FROM,TO>
- implements Set<TO>
Adapter from one Set with a specific type to another Set with another specific type using a
ElementBidirectionalConverter
- Author:
- Omnaest
- See Also:
- Serialized Form
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
SetToSetAdapter
public SetToSetAdapter(Collection<FROM> collection,
ElementBidirectionalConverter<FROM,TO> elementBidirectionalConverter)
- Parameters:
collection - elementBidirectionalConverter - - See Also:
SetToSetAdapter
Copyright © 2013. All Rights Reserved.