| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IntIntFunction | |
| cern.jet.math | Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions, Function Objects for generic function evaluation, etc. | 
| Uses of IntIntFunction in cern.jet.math | 
| Fields in cern.jet.math declared as IntIntFunction | |
| static IntIntFunction | IntFunctions.andFunction that returns a & b. | 
| static IntIntFunction | IntFunctions.compareFunction that returns a < b ? -1 : a > b ? 1 : 0. | 
| static IntIntFunction | IntFunctions.divFunction that returns a / b. | 
| static IntIntFunction | IntFunctions.equalsFunction that returns a == b ? 1 : 0. | 
| static IntIntFunction | IntFunctions.maxFunction that returns Math.max(a,b). | 
| static IntIntFunction | IntFunctions.minFunction that returns Math.min(a,b). | 
| static IntIntFunction | IntFunctions.minusFunction that returns a - b. | 
| static IntIntFunction | IntFunctions.modFunction that returns a % b. | 
| static IntIntFunction | IntFunctions.multFunction that returns a * b. | 
| static IntIntFunction | IntFunctions.orFunction that returns a | b. | 
| static IntIntFunction | IntFunctions.plusFunction that returns a + b. | 
| static IntIntFunction | IntFunctions.powFunction that returns (int) Math.pow(a,b). | 
| static IntIntFunction | IntFunctions.shiftLeftFunction that returns a << b. | 
| static IntIntFunction | IntFunctions.shiftRightSignedFunction that returns a >> b. | 
| static IntIntFunction | IntFunctions.shiftRightUnsignedFunction that returns a >>> b. | 
| static IntIntFunction | IntFunctions.xorFunction that returns a ^ b. | 
| Methods in cern.jet.math that return IntIntFunction | |
| static IntIntFunction | IntFunctions.chain(IntFunction g,
      IntIntFunction h)Constructs the function g( h(a,b) ). | 
| static IntIntFunction | IntFunctions.chain(IntIntFunction f,
      IntFunction g,
      IntFunction h)Constructs the function f( g(a), h(b) ). | 
| static IntIntFunction | IntFunctions.swapArgs(IntIntFunction function)Constructs a function that returns function.apply(b,a), i.e. | 
| Methods in cern.jet.math with parameters of type IntIntFunction | |
| static IntFunction | IntFunctions.bindArg1(IntIntFunction function,
         int c)Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c. | 
| static IntFunction | IntFunctions.bindArg2(IntIntFunction function,
         int c)Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c. | 
| static IntIntFunction | IntFunctions.chain(IntFunction g,
      IntIntFunction h)Constructs the function g( h(a,b) ). | 
| static IntIntFunction | IntFunctions.chain(IntIntFunction f,
      IntFunction g,
      IntFunction h)Constructs the function f( g(a), h(b) ). | 
| static IntIntFunction | IntFunctions.swapArgs(IntIntFunction function)Constructs a function that returns function.apply(b,a), i.e. | 
| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||