Interface IMutableOptionalOneBasedIndexHolder
- All Superinterfaces:
IOptionalOneBasedIndexHolder
A
IMutableOptionalOneBasedIndexHolder is a
IOptionalOneBasedIndexHolder whose one-based index can be set and
removed programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the one-based index of the currentIMutableOptionalOneBasedIndexHolder.voidsetOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentIMutableOptionalOneBasedIndexHolder.Methods inherited from interface IOptionalOneBasedIndexHolder
getOneBasedIndex, hasOneBasedIndex
-
Method Details
-
removeOneBasedIndex
void removeOneBasedIndex()Removes the one-based index of the currentIMutableOptionalOneBasedIndexHolder. -
setOneBasedIndex
void setOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentIMutableOptionalOneBasedIndexHolder.- Parameters:
oneBasedIndex-
-