Package org.apache.sis.util.collection
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>>
,SequencedCollection<Range<E>>
,SequencedSet<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, trimToSize
Methods inherited from class java.util.AbstractSet
hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
addAll, containsAll, hashCode, isEmpty, removeAll, retainAll, toArray, toArray
Methods inherited from interface java.util.SortedSet
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, reversed, spliterator