Class CompositeSet<T>

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

    public class CompositeSet<T>
    extends CompositeCollection<T>
    implements Set<T>
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 13.09.11 17:43
    • Constructor Detail

      • CompositeSet

        public CompositeSet​(Collection<Set<T>> collections)