Interface IFluentMutableOneBasedIndexHolder<I extends IFluentMutableOneBasedIndexHolder<I>>
- Type Parameters:
I- is the type of aIFluentMutableOneBasedIndexHolder.
- All Superinterfaces:
IOneBasedIndexHolder
public interface IFluentMutableOneBasedIndexHolder<I extends IFluentMutableOneBasedIndexHolder<I>>
extends IOneBasedIndexHolder
A
IFluentMutableOneBasedIndexHolder is a IOneBasedIndexHolder
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 currentIFluentMutableOneBasedIndexHolder.Methods inherited from interface IOneBasedIndexHolder
getOneBasedIndex
-
Method Details
-
setOneBasedIndex
Sets the one-based index of the currentIFluentMutableOneBasedIndexHolder.- Parameters:
oneBasedIndex-- Returns:
- the current
IFluentMutableOneBasedIndexHolder.
-