- Type Parameters:
Z- the type of fact this entry holds
- Enclosing interface:
- FactStorage<T>
public static interface FactStorage.Entry<Z>
Represents an entry in the storage, holding both a fact handle and the fact instance.
-
Method Summary
-
Method Details
-
getHandle
FactHandle getHandle() -
getInstance
Z getInstance()
-