Schnittstelle IOptionalOneBasedIndexHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalOneBasedIndexHolder<H>,IMutableOptionalOneBasedIndexHolder
public interface IOptionalOneBasedIndexHolder
A
IOptionalOneBasedIndexHolder can have a one-based index.- Version:
- 2025-06-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getOneBasedIndex
int getOneBasedIndex()- Gibt zurück:
- the one-based index of the current
IOptionalOneBasedIndexHolder. - Löst aus:
RuntimeException- if the currentIOptionalOneBasedIndexHolderdoes not have a one-based index.
-
hasOneBasedIndex
boolean hasOneBasedIndex()- Gibt zurück:
- true if the current
IOptionalOneBasedIndexHolderhas a one-based index, false otherwise.
-