Package apple.struct

Class wide


  • public final class wide
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        wide()  
        wide​(int lo, int hi)  
      protected wide​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int hi()  
      int lo()  
      void setHi​(int value)  
      void setLo​(int value)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

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

      • wide

        public wide()
      • wide

        protected wide​(org.moe.natj.general.Pointer peer)
      • wide

        public wide​(int lo,
                    int hi)
    • Method Detail

      • lo

        public int lo()
      • setLo

        public void setLo​(int value)
      • hi

        public int hi()
      • setHi

        public void setHi​(int value)