Class DBCachedObjectStoreFoundKeysValueCollection<T extends DBAnnotatedObject>

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

public class DBCachedObjectStoreFoundKeysValueCollection<T extends DBAnnotatedObject> extends Object implements Collection<T>
This provides the implementation of DBCachedObjectIndex.get(Object)