C D F G H I N O R S T

C

contains(long) - Method in class org.apache.ace.range.Range
Checks if a number falls within this range.
contains(long) - Method in class org.apache.ace.range.SortedRangeSet
Checks if a number falls within any range in this set.

D

diffDest(SortedRangeSet) - Method in class org.apache.ace.range.SortedRangeSet
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}

F

FULL_SET - Static variable in class org.apache.ace.range.SortedRangeSet
A static set which contains all possible values.

G

getHigh() - Method in class org.apache.ace.range.Range
Returns the higher bound.
getHigh() - Method in class org.apache.ace.range.SortedRangeSet
Returns the highest value present in any of the ranges in this SortredRangeSet.
getLow() - Method in class org.apache.ace.range.Range
Returns the lower bound.

H

hasNext() - Method in class org.apache.ace.range.RangeIterator
 

I

iterator() - Method in class org.apache.ace.range.SortedRangeSet
Returns an iterator that iterates over all the ranges in this set.

N

next() - Method in class org.apache.ace.range.RangeIterator
 

O

org.apache.ace.range - package org.apache.ace.range
 

R

Range - Class in org.apache.ace.range
Class that captures a simple, modifiable range.
Range(String) - Constructor for class org.apache.ace.range.Range
Create a new range based on a string representation of that range.
Range(long) - Constructor for class org.apache.ace.range.Range
Create a range that consists of a single number.
Range(long, long) - Constructor for class org.apache.ace.range.Range
Creates a range from a lower to a higher bound.
RangeIterator - Class in org.apache.ace.range
Iterates over a SortedRangeSet.

S

setHigh(long) - Method in class org.apache.ace.range.Range
Sets a new higher bound.
setLow(long) - Method in class org.apache.ace.range.Range
Sets a new lower bound.
SortedRangeSet - Class in org.apache.ace.range
Collection that stores a sorted set of ranges and is able to represent them as a string.
SortedRangeSet(String) - Constructor for class org.apache.ace.range.SortedRangeSet
Creates a new instance from a string representation.
SortedRangeSet(long[]) - Constructor for class org.apache.ace.range.SortedRangeSet
Creates a new instance from an array of longs.

T

toRepresentation() - Method in class org.apache.ace.range.Range
Converts the range to a string representation that can be parsed back to a new Range object.
toRepresentation() - Method in class org.apache.ace.range.SortedRangeSet
Retrieve a string representation of the SortedRangeSet.

C D F G H I N O R S T

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