Uses of Class
org.tquadrat.foundation.util.internal.RangeMapImpl
Packages that use RangeMapImpl
Package
Description
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
-
Uses of RangeMapImpl in org.tquadrat.foundation.util.internal
Subclasses of RangeMapImpl in org.tquadrat.foundation.util.internalModifier and TypeClassDescriptionfinal class
An implementation ofRangeMap
that does not allow changes.Methods in org.tquadrat.foundation.util.internal that return RangeMapImplModifier and TypeMethodDescriptionAdds a range.RangeMapImpl.setDefault
(T value) Sets the default value and overwrites that one that was set on creation of the range map.static <T> RangeMapImpl
<T> RangeMapImpl.unmodifiableRangeMap
(RangeMapImpl<? extends T> other) Returns an immutable copy of the givenRangeMapImpl
.Methods in org.tquadrat.foundation.util.internal with parameters of type RangeMapImplModifier and TypeMethodDescriptionstatic <T> RangeMapImpl
<T> RangeMapImpl.unmodifiableRangeMap
(RangeMapImpl<? extends T> other) Returns an immutable copy of the givenRangeMapImpl
.Constructors in org.tquadrat.foundation.util.internal with parameters of type RangeMapImplModifierConstructorDescriptionFinalRangeMap
(RangeMapImpl<? extends T> other) Creates a newFinalRangeMap
instance from the given instance ofRangeMap
.RangeMapImpl
(RangeMapImpl<? extends T> other) Creates a newRangeMap
instance from an existing one.