java.lang.Iterable<java.lang.Integer>public static class Configuration.IntegerRanges
extends java.lang.Object
implements java.lang.Iterable<java.lang.Integer>
| Constructor | Description |
|---|---|
IntegerRanges() |
|
IntegerRanges(java.lang.String newValue) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getRangeStart() |
Get range start for the first integer range.
|
boolean |
isEmpty() |
|
boolean |
isIncluded(int value) |
Is the given value in the set of ranges.
|
java.util.Iterator<java.lang.Integer> |
iterator() |
|
java.lang.String |
toString() |
public IntegerRanges()
public IntegerRanges(java.lang.String newValue)
public boolean isIncluded(int value)
value - the value to checkpublic boolean isEmpty()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getRangeStart()
public java.util.Iterator<java.lang.Integer> iterator()
iterator in interface java.lang.Iterable<java.lang.Integer>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.