Searched defs:applyAsDouble (Results 1 – 7 of 7) sorted by relevance
47 double applyAsDouble(int value); in applyAsDouble() method
47 double applyAsDouble(long value); in applyAsDouble() method
48 double applyAsDouble(T value); in applyAsDouble() method
48 double applyAsDouble(double left, double right); in applyAsDouble() method
51 double applyAsDouble(T t, U u); in applyAsDouble() method
49 double applyAsDouble(double operand); in applyAsDouble() method
73 public double applyAsDouble(Map.Entry<Long, Long> in) { in applyAsDouble() method in ConcurrentHashMapTest.KeyAsDouble91 public double applyAsDouble(Long key, Long value) { in applyAsDouble() method in ConcurrentHashMapTest.IncrementKeyToDouble