Class EntryLocation


  • public class EntryLocation
    extends java.lang.Object
    An EntryLocation represents the location where an entry is stored.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long entry  
      long ledger  
      long location  
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryLocation​(long ledger, long entry, long location)  
    • Field Detail

      • ledger

        public final long ledger
      • entry

        public final long entry
      • location

        public final long location
    • Constructor Detail

      • EntryLocation

        public EntryLocation​(long ledger,
                             long entry,
                             long location)
    • Method Detail

      • getLedger

        public long getLedger()
      • getEntry

        public long getEntry()
      • getLocation

        public long getLocation()
      • toString

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