public abstract class AbstractBoundedFlowSet extends AbstractFlowSet implements BoundedFlowSet
public void yyy(FlowSet dest) {
if (dest instanceof xxx) {
blahblah;
} else
super.yyy(dest)
}
| Constructor and Description |
|---|
AbstractBoundedFlowSet() |
| 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, equals, hashCode, intersection, intersection, isEmpty, iterator, remove, remove, size, toList, toString, union, unionfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, clear, clone, contains, copy, difference, difference, emptySet, intersection, intersection, isEmpty, iterator, remove, remove, size, toList, union, unionpublic void complement()
BoundedFlowSetthis.complement in interface BoundedFlowSetpublic void complement(FlowSet dest)
BoundedFlowSetdest. dest and this may be the
same object.complement in interface BoundedFlowSetpublic java.lang.Object topSet()
BoundedFlowSettopSet in interface BoundedFlowSetCopyright © 2012-2019 RoboVM AB. All Rights Reserved.