Package apple.struct

Class UnsignedWide


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

      Constructors 
      Modifier Constructor Description
        UnsignedWide()  
        UnsignedWide​(int lo, int hi)  
      protected UnsignedWide​(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

      • UnsignedWide

        public UnsignedWide()
      • UnsignedWide

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

        public UnsignedWide​(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)