Interface IntGrouper.IntGrouperHashFunction
-
- All Superinterfaces:
ToIntFunction<IntKey>
- Enclosing interface:
- IntGrouper
public static interface IntGrouper.IntGrouperHashFunction extends ToIntFunction<IntKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intapply(int value)default intapplyAsInt(IntKey value)
-
-
-
Method Detail
-
applyAsInt
default int applyAsInt(IntKey value)
- Specified by:
applyAsIntin interfaceToIntFunction<IntKey>
-
apply
int apply(int value)
-
-