Class RangeSet.Numeric<E extends Number & Comparable<? super E>>
java.lang.Object
java.util.AbstractCollection<Range<E>>
java.util.AbstractSet<Range<E>>
org.apache.sis.util.collection.RangeSet<E>
org.apache.sis.util.collection.RangeSet.Numeric<E>
- Type Parameters:
E- the type of range elements.
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<Range<E>>, Collection<Range<E>>, Set<Range<E>>, SortedSet<Range<E>>, CheckedContainer<Range<E>>
- Enclosing class:
RangeSet<E extends Comparable<? super E>>
private static final class RangeSet.Numeric<E extends Number & Comparable<? super E>>
extends RangeSet<E>
A
RangeSet implementation for NumberRange elements.- Since:
- 0.3
- Version:
- 0.5
- See Also:
-
Field Summary
FieldsFields inherited from class RangeSet
elementType, isMaxIncluded, isMinIncluded -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RangeSet
add, add, binarySearch, clear, clone, comparator, contains, contains, create, equals, first, getElementType, getMaxDouble, getMaxLong, getMinDouble, getMinLong, getRange, getValue, headSet, indexOfRange, intersect, iterator, last, remove, remove, size, subSet, tailSet, trimToSizeMethods inherited from class AbstractSet
hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface Set
addAll, containsAll, hashCode, isEmpty, removeAll, retainAll, toArray, toArrayMethods inherited from interface SortedSet
spliterator
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Numeric
-
-
Method Details
-
newRange
-