| Interface | Description |
|---|---|
| ExtendedSet<T> |
An interface which extends
SortedSet by adding
intersection/union/difference and other set operations. |
| ExtendedSet.ExtendedIterator<X> |
Extended version of the
Iterator interface that allows to "skip"
some elements of the set |
| Class | Description |
|---|---|
| AbstractExtendedSet<T> |
This class provides a skeletal implementation of the
ExtendedSet
interface to minimize the effort required to implement this interface. |
Copyright © 2016. All rights reserved.