[Java] Class RangeInfo

  • org.codehaus.groovy.runtime.RangeInfo

Field Summary

Fields
Modifiers Name Description
int from
boolean reverse
int to

Constructor Summary

Constructors
Constructor and description
RangeInfo (int from, int to, boolean reverse)

Inherited Methods Summary

Inherited Methods
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.5.14/html/gapi/org/codehaus/groovy/runtime/RangeInfo.html