Class DeletedContainerFile.IndexRange

java.lang.Object
de.bsvrz.ars.ars.persistence.DeletedContainerFile.IndexRange
Enclosing class:
DeletedContainerFile

public static class DeletedContainerFile.IndexRange
extends java.lang.Object
Ein Datenindex-Bereich
  • Constructor Summary

    Constructors
    Constructor Description
    IndexRange​(long from, long to)
    Erstellt eine neue Instanz
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    long getFrom()
    Gibt den Von-Datenindex zurück
    long getTo()
    Gibt den Bis-Datenindex zurück
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexRange

      public IndexRange​(long from, long to)
      Erstellt eine neue Instanz
      Parameters:
      from - Von-Datenindex (inklusiv)
      to - Bis-Datenindex (inklusiv)
  • Method Details

    • getFrom

      public long getFrom()
      Gibt den Von-Datenindex zurück
      Returns:
      den Von-Datenindex
    • getTo

      public long getTo()
      Gibt den Bis-Datenindex zurück
      Returns:
      den Bis-Datenindex
    • equals

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

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