public class ToLinkedListTransformer<E> extends Object implements com.google.code.validationframework.api.transform.Transformer<Collection<E>,LinkedList<E>>
| Constructor and Description |
|---|
ToLinkedListTransformer() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<E> |
transform(Collection<E> input) |
public LinkedList<E> transform(Collection<E> input)
transform in interface com.google.code.validationframework.api.transform.Transformer<Collection<E>,LinkedList<E>>Transformer.transform(Object)Copyright © 2020. All rights reserved.