Interface Entity<T>

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 class 
    Holds an entity referenced using the input Reference
    static class 
    A strongly referenced entity
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()
      Returns:
      the instance or null if nothing is available