public interface SomeInterface
Modifier and Type | Method and Description |
---|---|
int |
getApplicationNameHash(int identity,
IntBinaryOperator hashOp) |
BinaryOperator<String> |
getStringBinOp() |
Function<String,Integer> |
getStringHashFunction() |
static boolean |
isNumber(String s) |
int |
reduce(int identity,
int[] array,
IntBinaryOperator op) |
int |
sum(int[] array) |
int sum(int[] array)
int reduce(int identity, int[] array, IntBinaryOperator op)
int getApplicationNameHash(int identity, IntBinaryOperator hashOp)
BinaryOperator<String> getStringBinOp()
static boolean isNumber(String s)
Copyright © 2003–2019 Atlassian. All rights reserved.