Package | Description |
---|---|
org.apache.sis.util.collection |
Addition to the collection framework.
|
Modifier and Type | Method and Description |
---|---|
RangeSet<E> |
RangeSet.clone()
Returns a clone of this range set.
|
static <E extends Comparable<? super E>> |
RangeSet.create(Class<E> elementType,
boolean isMinIncluded,
boolean isMaxIncluded)
Constructs an initially empty set of ranges.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.