Interface IMutableOneBasedIndexHolder
- All Superinterfaces:
IOneBasedIndexHolder
A
IMutableOneBasedIndexHolder is a IOneBasedIndexHolder 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 currentIOneBasedIndexHolder.Methods inherited from interface IOneBasedIndexHolder
getOneBasedIndex
-
Method Details
-
setOneBasedIndex
void setOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentIOneBasedIndexHolder.- Parameters:
oneBasedIndex-
-