Class DecoratingSet<T,​Q>

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

    public class DecoratingSet<T,​Q>
    extends DecoratingCollection<T,​Q>
    implements Set<T>
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 13.09.11 20:37
    • Constructor Detail

      • DecoratingSet

        public DecoratingSet​(@NotNull
                             Class<T> collectionClass,
                             @NotNull
                             Set<Q> qs,
                             @NotNull
                             BiMapper<Q,​T> qtBiMapper)