Class DBCachedObjectStoreSubMap<T extends DBAnnotatedObject>

java.lang.Object
ghidra.util.database.DBCachedObjectStoreMap<T>
ghidra.util.database.DBCachedObjectStoreSubMap<T>
Type Parameters:
T - the type of objects in the store
All Implemented Interfaces:
Map<Long,T>, NavigableMap<Long,T>, SequencedMap<Long,T>, SortedMap<Long,T>

public class DBCachedObjectStoreSubMap<T extends DBAnnotatedObject> extends DBCachedObjectStoreMap<T>
This is the sub-ranged form of DBCachedObjectStoreMap

For example, this can be obtained via store.asMap().subMap(...).