Class TransformedSet<S,​T>

  • Type Parameters:
    S - The source element type
    T - 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