Interface TraceAddressSnapRangePropertyMapOperations<T>
- All Superinterfaces:
SpatialMap<TraceAddressSnapRange, T, DBTraceAddressSnapRangePropertyMapTree.TraceAddressSnapRangeQuery>
- All Known Subinterfaces:
DBTraceDataSettingsOperations, TraceAddressSnapRangePropertyMap<T>, TraceAddressSnapRangePropertyMapSpace<T>
- All Known Implementing Classes:
AbstractDBTracePropertyMap, AbstractDBTracePropertyMap.DBTraceIntPropertyMap, AbstractDBTracePropertyMap.DBTraceLongPropertyMap, AbstractDBTracePropertyMap.DBTracePropertyMapSpace, AbstractDBTracePropertyMap.DBTraceSaveablePropertyMap, AbstractDBTracePropertyMap.DBTraceStringPropertyMap, AbstractDBTracePropertyMap.DBTraceVoidPropertyMap, DBTraceAddressSnapRangePropertyMap, DBTraceAddressSnapRangePropertyMapSpace, DBTraceCommentAdapter, DBTraceDataSettingsAdapter, DBTraceDataSettingsAdapter.DBTraceDataSettingsSpace
public interface TraceAddressSnapRangePropertyMapOperations<T>
extends SpatialMap<TraceAddressSnapRange, T, DBTraceAddressSnapRangePropertyMapTree.TraceAddressSnapRangeQuery>
-
Nested Class Summary
Nested classes/interfaces inherited from interface SpatialMap
SpatialMap.EmptySpatialMap<DS,T, Q> -
Field Summary
Fields inherited from interface SpatialMap
EMPTY_MAP -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteValue(T value) For maps where values are the entries, remove a valuegetAddressSetView(Lifespan span) getAddressSetView(Lifespan span, Predicate<T> predicate) default Tput(AddressRange range, Lifespan lifespan, T value) default Tdefault Tdefault TMethods inherited from interface SpatialMap
clear, entries, firstEntry, firstKey, firstValue, isEmpty, keys, orderedEntries, orderedKeys, orderedValues, put, reduce, remove, remove, size, values
-
Method Details
-
put
-
put
-
put
-
put
-
getAddressSetView
-
getAddressSetView
-
deleteValue
For maps where values are the entries, remove a value- Parameters:
value- the entry to remove
-