il.ac.tau.cs.sw1.sortedset.eager
Class IntersectionSortedSet<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.IntersectionSortedSet<T>
All Implemented Interfaces:
SortedSet<T>

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


Constructor Summary
IntersectionSortedSet(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

IntersectionSortedSet

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