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