public interface BoundedFlowSet extends FlowSet
| Modifier and Type | Method and Description |
|---|---|
void |
complement()
Complements
this. |
void |
complement(FlowSet dest)
Complements this BoundedFlowSet, putting the result into
dest. |
java.lang.Object |
topSet()
returns the topped set.
|
add, add, clear, clone, contains, copy, difference, difference, emptySet, intersection, intersection, isEmpty, iterator, remove, remove, size, toList, union, unionvoid complement()
this.void complement(FlowSet dest)
dest. dest and this may be the
same object.java.lang.Object topSet()
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.