public interface SetTransformer
| Modifier and Type | Method and Description |
|---|---|
<O extends Comparable> |
transform(Set<O> set)
Transforms the specified set into another set.
|
<O extends Comparable> Set<O> transform(Set<O> set)
O - The type of elements contained in the set.set - The set to be transformed. Not null.null.Copyright © 2015. All Rights Reserved.