Uses of Class
com.cedarsoftware.util.TrackingMap
Packages that use TrackingMap
-
Uses of TrackingMap in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return TrackingMapModifier and TypeMethodDescriptionReturns a view of the portion of this map whose keys are strictly less than toKey.Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.Returns a view of the portion of this map whose keys range from fromKey to toKey.Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.Returns a view of the portion of this map whose keys are greater than or equal to fromKey.Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive is true) fromKey.Methods in com.cedarsoftware.util with parameters of type TrackingMapModifier and TypeMethodDescriptionvoid
TrackingMap.informAdditionalUsage
(TrackingMap<K, V> additional) Add the used keys from the passed in TrackingMap to this TrackingMap's keysUsed.