Uses of Interface
org.jhotdraw8.collection.function.IntToIntFunction
Packages that use IntToIntFunction
-
Uses of IntToIntFunction in org.jhotdraw8.collection.enumerator
Constructors in org.jhotdraw8.collection.enumerator with parameters of type IntToIntFunctionModifierConstructorDescriptionIntRangeEnumerator(IntToIntFunction f, int startInclusive, int endExclusive) Enumerates fromstartInclusivetoendExclusive.