Class ObjectContext<T>

  • Type Parameters:
    T - the type of object.
    All Implemented Interfaces:
    CustomContext

    public class ObjectContext<T>
    extends Object
    implements CustomContext
    An Object container.
    Author:
    redlab_b
    • Constructor Detail

      • ObjectContext

        public ObjectContext​(T t)
        Parameters:
        t - the Object to contain
    • Method Detail

      • get

        public T get()
        Returns:
        the contained object