Package de.bsvrz.ars.ars.persistence
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
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 classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-