[Java] Class RangeInfo
- org.codehaus.groovy.runtime.RangeInfo
Field Summary
Modifiers | Name | Description |
---|---|---|
int | from | |
boolean | reverse | |
int | to |
Constructor Summary
Constructor and description |
---|
RangeInfo
(int from, int to, boolean reverse) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public final int from
public final boolean reverse
public final int to
Constructor Detail
public RangeInfo(int from, int to, boolean reverse)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/RangeInfo.html