Uses of Class
org.apache.sis.util.collection.RangeSet
-
Packages that use RangeSet Package Description org.apache.sis.util.collection Addition to the collection framework. -
-
Uses of RangeSet in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection that return RangeSet Modifier and Type Method Description RangeSet<E>
RangeSet. clone()
Returns a clone of this range set.static <E extends Comparable<? super E>>
RangeSet<E>RangeSet. create(Class<E> elementType, boolean isMinIncluded, boolean isMaxIncluded)
Constructs an initially empty set of ranges.
-