F
- исходноеS
- требуемоеpublic abstract class CollectionConverter<F,S>
extends java.lang.Object
Constructor and Description |
---|
CollectionConverter() |
Modifier and Type | Method and Description |
---|---|
protected abstract S |
convert(F f) |
java.util.List<S> |
getList(java.util.Collection<F> source) |
java.util.Set<S> |
getSet(java.util.Collection<F> source) |