B C G I M S

S

SimpleSortedSet - Class in il.ac.tau.cs.sw1.sortedset
A simple implementation of a sorted set.
SimpleSortedSet(int[]) - Constructor for class il.ac.tau.cs.sw1.sortedset.SimpleSortedSet
Constructs a new SimpleSortedSet with the given int array as elements of the set the elements of the set are all of type Integer, and are determined at construction of the set.
size() - Method in class il.ac.tau.cs.sw1.sortedset.BinaryOpSortedSet
 
size() - Method in class il.ac.tau.cs.sw1.sortedset.SimpleSortedSet
 
size() - Method in interface il.ac.tau.cs.sw1.sortedset.SortedSet
Return the number of elements in this set (its cardinality).
SortedIterator<T extends java.lang.Comparable<T>> - Interface in il.ac.tau.cs.sw1.sortedset
An iterator over a sorted collection.
SortedSet<T extends java.lang.Comparable<T>> - Interface in il.ac.tau.cs.sw1.sortedset
A Set that provides a total ordering on its elements.

B C G I M S