Interface MutableOneBasedIndexHolder
- All Superinterfaces:
OneBasedIndexHolder
A
MutableOneBasedIndexHolder is a OneBasedIndexHolder whose
one-based index can be set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentOneBasedIndexHolder.Methods inherited from interface OneBasedIndexHolder
getOneBasedIndex
-
Method Details
-
setOneBasedIndex
void setOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentOneBasedIndexHolder.- Parameters:
oneBasedIndex-
-