Class NullableReference<T>


  • public class NullableReference<T>
    extends java.lang.Object
    Since:
    6.5
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 21.03.11 20:06
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      • Methods inherited from class java.lang.Object

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

      • NullableReference

        public NullableReference​(@Nullable
                                 T t)
    • Method Detail

      • get

        @Nullable
        public T get()