public static class Transformers.LazyTransformSet<V1,V2> extends AbstractSet<V2>
Set that transform values from an original set of type
V1 into values of type V2 on-the-fly using a
transformation Function.| Constructor and Description |
|---|
LazyTransformSet(Set<V1> original,
Function<V1,V2> function)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<V2> |
iterator() |
int |
size() |
equals, hashCode, removeAlladd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringadd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, stream