Package org.apache.sis.util.collection
Class RangeSet.Numeric<E extends Number & Comparable<? super E>>
java.lang.Object
java.util.AbstractCollection<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.- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.sis.util.collection.RangeSet
elementType, isMaxIncluded, isMinIncluded -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.util.collection.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 java.util.AbstractSet
hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.Set
addAll, containsAll, hashCode, isEmpty, removeAll, retainAll, toArray, toArrayMethods inherited from interface java.util.SortedSet
spliterator