|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SortedRangeSet in org.apache.ace.range |
---|
Fields in org.apache.ace.range declared as SortedRangeSet | |
---|---|
static SortedRangeSet |
SortedRangeSet.FULL_SET
A static set which contains all possible values. |
Methods in org.apache.ace.range that return SortedRangeSet | |
---|---|
SortedRangeSet |
SortedRangeSet.diffDest(SortedRangeSet dest)
Creates the difference between this set and dest , by (in set notation)result = dest \ this ,that is, if dest = {1, 2} and this = {2, 3} , then
result = {1, 2} \ {2, 3} = {1} |
Methods in org.apache.ace.range with parameters of type SortedRangeSet | |
---|---|
SortedRangeSet |
SortedRangeSet.diffDest(SortedRangeSet dest)
Creates the difference between this set and dest , by (in set notation)result = dest \ this ,that is, if dest = {1, 2} and this = {2, 3} , then
result = {1, 2} \ {2, 3} = {1} |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |