Package de.pisa.psa.rst.uti
Klasse EurekaContinuationKey
java.lang.Object
de.pisa.psa.rst.uti.EurekaContinuationKey
Generator and parser for the continuation key used by the EUREKA search
- Seit:
- 08.07.2024
- Autor:
- weiland
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEurekaContinuationKey
(int skip, int read) Create a new continuationParse the continuation key -
Methodenübersicht
-
Konstruktordetails
-
EurekaContinuationKey
public EurekaContinuationKey(int skip, int read) Create a new continuation- Parameter:
skip
- number of records to skipread
- number of records already read
-
EurekaContinuationKey
Parse the continuation key- Parameter:
key
- continuation key
-
-
Methodendetails
-
toString
-
generate
generate the key- Gibt zurück:
- key
-
getSkip
public int getSkip()get the number of records to skip- Gibt zurück:
- number of records
-
getRead
public int getRead()get the number of records already read- Gibt zurück:
- number of records
-