Interface TraceAddressSnapRangePropertyMap<T>
- All Superinterfaces:
SpatialMap<TraceAddressSnapRange, T, DBTraceAddressSnapRangePropertyMapTree.TraceAddressSnapRangeQuery>, TraceAddressSnapRangePropertyMapOperations<T>
- All Known Implementing Classes:
AbstractDBTracePropertyMap, AbstractDBTracePropertyMap.DBTraceIntPropertyMap, AbstractDBTracePropertyMap.DBTraceLongPropertyMap, AbstractDBTracePropertyMap.DBTraceSaveablePropertyMap, AbstractDBTracePropertyMap.DBTraceStringPropertyMap, AbstractDBTracePropertyMap.DBTraceVoidPropertyMap, DBTraceAddressSnapRangePropertyMap, DBTraceCommentAdapter, DBTraceDataSettingsAdapter
public interface TraceAddressSnapRangePropertyMap<T>
extends TraceAddressSnapRangePropertyMapOperations<T>
-
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 TypeMethodDescriptiongetName()getRegisterSpace(TraceStackFrame frame, boolean createIfAbsent) getRegisterSpace(TraceThread thread, boolean createIfAbsent) Methods inherited from interface SpatialMap
clear, entries, firstEntry, firstKey, firstValue, isEmpty, keys, orderedEntries, orderedKeys, orderedValues, put, reduce, remove, remove, size, valuesMethods inherited from interface TraceAddressSnapRangePropertyMapOperations
deleteValue, getAddressSetView, getAddressSetView, put, put, put, put
-
Method Details
-
getName
String getName() -
getRegisterSpace
TraceAddressSnapRangePropertyMapSpace<T> getRegisterSpace(TraceThread thread, boolean createIfAbsent) -
getRegisterSpace
TraceAddressSnapRangePropertyMapSpace<T> getRegisterSpace(TraceStackFrame frame, boolean createIfAbsent)
-