|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IValidRanges
This interface provides access to a collection of IValidRange objects.
| Method Summary | |
|---|---|
IValidRange |
add(double min,
double max)
Adds an double value range to the collection. |
IValidRange |
add(int min,
int max)
Adds an integer value range to the collection. |
boolean |
remove(IValidRange range)
Removes the specified range from the collection. |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
IValidRange add(int min,
int max)
min - The lower bound of the new rangemax - The upper bound of the new range
IValidRange add(double min,
double max)
min - The lower bound of the new rangemax - The upper bound of the new range
SDKExceptionboolean remove(IValidRange range)
range - The range to remove from the collection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||