Package org.cyclos.utils
Class TransformedSet<S,T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<T>
-
- org.cyclos.utils.TransformedSet<S,T>
-
- Type Parameters:
S- The source element typeT- The target element type
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Set<T>
public class TransformedSet<S,T> extends AbstractSet<T>
A Set that transforms elements on iteration
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>iterator()intsize()-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-