Class DBCachedObjectStoreEntrySubSet<T extends DBAnnotatedObject>

java.lang.Object
ghidra.util.database.DBCachedObjectStoreEntrySet<T>
ghidra.util.database.DBCachedObjectStoreEntrySubSet<T>
Type Parameters:
T - the type of objects in the store
All Implemented Interfaces:
Iterable<Map.Entry<Long,T>>, Collection<Map.Entry<Long,T>>, NavigableSet<Map.Entry<Long,T>>, SequencedCollection<Map.Entry<Long,T>>, SequencedSet<Map.Entry<Long,T>>, Set<Map.Entry<Long,T>>, SortedSet<Map.Entry<Long,T>>

public class DBCachedObjectStoreEntrySubSet<T extends DBAnnotatedObject> extends DBCachedObjectStoreEntrySet<T>
This is the sub-ranged form of DBCachedObjectStoreEntrySet

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