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