Package org.jcodings

Class Ptr


  • public final class Ptr
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Ptr NULL  
      int p  
    • Constructor Summary

      Constructors 
      Constructor Description
      Ptr()  
      Ptr​(int 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 int p
      • NULL

        public static final Ptr NULL
    • Constructor Detail

      • Ptr

        public Ptr()
      • Ptr

        public Ptr​(int p)