public interface BoundedFlowSet<T> extends FlowSet<T>
| Modifier and Type | Method and Description |
|---|---|
void |
complement()
Complements
this. |
void |
complement(FlowSet<T> dest)
Complements this BoundedFlowSet, putting the result into
dest. |
FlowSet<T> |
topSet()
returns the topped set.
|