Uses of Class
org.apache.commons.jexl3.internal.LongRange

Packages that use LongRange
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
 

Uses of LongRange in org.apache.commons.jexl3.internal
 

Subclasses of LongRange in org.apache.commons.jexl3.internal
static class LongRange.Ascending
          Ascending long range.
static class LongRange.Descending
          Descending long range.
 

Methods in org.apache.commons.jexl3.internal that return LongRange
static LongRange LongRange.create(long from, long to)
          Creates a range, ascending or descending depending on boundaries order.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.