Class Slot


  • public class Slot
    extends java.lang.Object
    • Constructor Detail

      • Slot

        public Slot​(int address,
                    int length)
    • Method Detail

      • address

        public int address()
      • length

        public int length()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • subSlot

        public Slot subSlot​(int offset)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • truncate

        public Slot truncate​(int requiredLength)
      • compareByAddress

        public int compareByAddress​(Slot slot)
      • compareByLength

        public int compareByLength​(Slot slot)
      • isDirectlyPreceding

        public boolean isDirectlyPreceding​(Slot other)
      • append

        public Slot append​(Slot slot)
      • isNull

        public boolean isNull()
      • isNew

        public boolean isNew()
      • isUpdate

        public boolean isUpdate()
      • isNull

        public static boolean isNull​(Slot slot)