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