Searched defs:pickValue (Results 1 – 1 of 1) sorted by relevance
290 default<T> T pickValue(Collection<T> collection) { in pickValue() method310 default<T> T pickValue(T[] array) { in pickValue() method321 default boolean pickValue(boolean[] array) { in pickValue() method332 default byte pickValue(byte[] array) { in pickValue() method343 default short pickValue(short[] array) { in pickValue() method354 default int pickValue(int[] array) { in pickValue() method365 default long pickValue(long[] array) { in pickValue() method376 default double pickValue(double[] array) { in pickValue() method387 default float pickValue(float[] array) { in pickValue() method398 default char pickValue(char[] array) { in pickValue() method