Class Holder<T>


  • public class Holder<T>
    extends java.lang.Object
    Version:
    0.9, 15/03/2013
    Author:
    Yuriy Zabrovarnyy
    • Constructor Summary

      Constructors 
      Constructor Description
      Holder()  
      Holder​(T t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getT()  
      void setT​(T t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Holder

        public Holder()
      • Holder

        public Holder​(T t)
    • Method Detail

      • getT

        public T getT()
      • setT

        public void setT​(T t)