public static class RangeValueIterator.Element extends Object
Modifier and Type | Field and Description |
---|---|
int |
limit
(End + 1) integer of continuous result range that has the same
value
|
int |
start
Starting integer of the continuous result range that has the same
value
|
int |
value
Gets the common value of the continuous result range
|
Constructor and Description |
---|
Element()
Empty default constructor to make javadoc happy
|
public int start
public int limit
public int value
Copyright © 2016 Unicode, Inc. and others.