-
- Type Parameters:
T- the type of the referent
- All Known Implementing Classes:
Entity.ReferencedEntity,Entity.StrongEntity
interface Entity<T>Holder for an instance.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEntity.ReferencedEntity<T>Holds an entity referenced using the inputReferencestatic classEntity.StrongEntity<T>A strongly referenced entity
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get()
- Returns:
- the instance or null if nothing is available
-
-