org.apache.commons.jexl3.internal
Class IntegerRange.Ascending
java.lang.Object
org.apache.commons.jexl3.internal.IntegerRange
org.apache.commons.jexl3.internal.IntegerRange.Ascending
- All Implemented Interfaces:
- Iterable<Integer>, Collection<Integer>
- Enclosing class:
- IntegerRange
public static class IntegerRange.Ascending
- extends IntegerRange
Ascending integer range.
| Methods inherited from class org.apache.commons.jexl3.internal.IntegerRange |
add, addAll, clear, contains, containsAll, create, equals, getMax, getMin, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |
IntegerRange.Ascending
protected IntegerRange.Ascending(int from,
int to)
- Constructor.
- Parameters:
from - lower boundaryto - upper boundary
iterator
public Iterator<Integer> iterator()
- Specified by:
iterator in interface Iterable<Integer>- Specified by:
iterator in interface Collection<Integer>- Specified by:
iterator in class IntegerRange
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.