Interface IFluentMutableOptionalOneBasedIndexHolder<H extends IFluentMutableOptionalOneBasedIndexHolder<H>>
- Type Parameters:
H- is the type of aIFluentMutableOptionalOneBasedIndexHolder.
- All Superinterfaces:
IOptionalOneBasedIndexHolder
public interface IFluentMutableOptionalOneBasedIndexHolder<H extends IFluentMutableOptionalOneBasedIndexHolder<H>>
extends IOptionalOneBasedIndexHolder
A
IFluentMutableOptionalOneBasedIndexHolder is a
IOptionalOneBasedIndexHolder whose one-based index can be set and
removed programmatically and fluently.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the one-based index of the currentIFluentMutableOptionalOneBasedIndexHolder.setOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentIFluentMutableOptionalOneBasedIndexHolder.Methods inherited from interface IOptionalOneBasedIndexHolder
getOneBasedIndex, hasOneBasedIndex
-
Method Details
-
removeOneBasedIndex
void removeOneBasedIndex()Removes the one-based index of the currentIFluentMutableOptionalOneBasedIndexHolder. -
setOneBasedIndex
Sets the one-based index of the currentIFluentMutableOptionalOneBasedIndexHolder.- Parameters:
oneBasedIndex-- Returns:
- the current
IFluentMutableOptionalOneBasedIndexHolder.
-