Class Container<T>

  • Type Parameters:
    T - the Java type of the object held by this container

    public class Container<T>
    extends Object
    A simple container of objects that you can get and set.
    • Constructor Detail

      • Container

        public Container()
    • Method Detail

      • set

        public void set​(T object)
      • get

        public T get()