Class Pointer4


  • public class Pointer4
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int _id  
      Slot _slot  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pointer4​(int id, Slot slot)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int address()  
      int id()  
      int length()  
      • Methods inherited from class java.lang.Object

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

      • _id

        public final int _id
      • _slot

        public final Slot _slot
    • Constructor Detail

      • Pointer4

        public Pointer4​(int id,
                        Slot slot)
    • Method Detail

      • address

        public int address()
      • id

        public int id()
      • length

        public int length()