Class DBCachedObjectStoreValueCollection<T extends DBAnnotatedObject>

java.lang.Object
ghidra.util.database.DBCachedObjectStoreValueCollection<T>
Type Parameters:
T - the type of objects in the store
All Implemented Interfaces:
Iterable<T>, Collection<T>
Direct Known Subclasses:
DBCachedObjectStoreValueSubCollection

public class DBCachedObjectStoreValueCollection<T extends DBAnnotatedObject> extends Object implements Collection<T>
This provides the implementation of Map.values() for DBCachedObjectStore.asMap()