Interface FluentMutableOneBasedIndexHolder<H extends FluentMutableOneBasedIndexHolder<H>>
- Type Parameters:
H- the type of aFluentMutableOneBasedIndexHolder
- All Superinterfaces:
OneBasedIndexHolder
public interface FluentMutableOneBasedIndexHolder<H extends FluentMutableOneBasedIndexHolder<H>>
extends OneBasedIndexHolder
A
FluentMutableOneBasedIndexHolder is a OneBasedIndexHolder
whose one-based index can be set programmatically and fluently.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionsetOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentFluentMutableOneBasedIndexHolder.Methods inherited from interface OneBasedIndexHolder
getOneBasedIndex
-
Method Details
-
setOneBasedIndex
Sets the one-based index of the currentFluentMutableOneBasedIndexHolder.- Parameters:
oneBasedIndex-- Returns:
- the current
FluentMutableOneBasedIndexHolder
-