Class DBCachedObjectStoreValueSubCollection<T extends DBAnnotatedObject>

java.lang.Object
ghidra.util.database.DBCachedObjectStoreValueCollection<T>
ghidra.util.database.DBCachedObjectStoreValueSubCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class DBCachedObjectStoreValueSubCollection<T extends DBAnnotatedObject> extends DBCachedObjectStoreValueCollection<T>
This is the sub-ranged form of DBCachedObjectStoreValueCollection

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