il.ac.tau.cs.sw1.sortedset.eager
Class UnionSortedSet<T extends java.lang.Comparable<T>>

java.lang.Object
  extended by il.ac.tau.cs.sw1.sortedset.eager.BinaryOpSortedSet<T>
      extended by il.ac.tau.cs.sw1.sortedset.eager.UnionSortedSet<T>
All Implemented Interfaces:
SortedSet<T>

public class UnionSortedSet<T extends java.lang.Comparable<T>>
extends BinaryOpSortedSet<T>


Constructor Summary
UnionSortedSet(SortedSet<T> setA, SortedSet<T> setB)
           
 
Method Summary
 
Methods inherited from class il.ac.tau.cs.sw1.sortedset.eager.BinaryOpSortedSet
contains, getMaximum, getMinimum, isEmpty, iterator, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnionSortedSet

public UnionSortedSet(SortedSet<T> setA,
                      SortedSet<T> setB)