Uses of Class
org.apache.ace.range.SortedRangeSet

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}
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.