Class DecoratingSetBase<T,​Q>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, Set<T>

    public abstract class DecoratingSetBase<T,​Q>
    extends DecoratingCollectionBase<T,​Q>
    implements Set<T>
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 14.09.11 13:46
    • Constructor Detail

      • DecoratingSetBase

        public DecoratingSetBase​(@NotNull
                                 Collection<Q> qs,
                                 @NotNull
                                 Mapper<Q,​T> qtMapper)