Package org.jcodings

Class ObjPtr<T>


  • public final class ObjPtr<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static ObjPtr<java.lang.Void> NULL  
      T p  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjPtr()  
      ObjPtr​(T p)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • p

        public T p
      • NULL

        static final ObjPtr<java.lang.Void> NULL
    • Constructor Detail

      • ObjPtr

        public ObjPtr()
      • ObjPtr

        public ObjPtr​(T p)