org.apache.commons.jexl3.internal
Class IntegerRange.Descending
java.lang.Object
org.apache.commons.jexl3.internal.IntegerRange
org.apache.commons.jexl3.internal.IntegerRange.Descending
- All Implemented Interfaces:
- Iterable<Integer>, Collection<Integer>
- Enclosing class:
- IntegerRange
public static class IntegerRange.Descending
- extends IntegerRange
Descending 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.Descending
protected IntegerRange.Descending(int from,
int to)
- Constructor.
- Parameters:
from
- upper boundaryto
- lower 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.