Home
last modified time | relevance | path

Searched defs:applyAsInt (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/function/
DDoubleToIntFunction.java47 int applyAsInt(double value); in applyAsInt() method
DLongToIntFunction.java47 int applyAsInt(long value); in applyAsInt() method
DToIntFunction.java48 int applyAsInt(T value); in applyAsInt() method
DToIntBiFunction.java51 int applyAsInt(T t, U u); in applyAsInt() method
DIntBinaryOperator.java49 int applyAsInt(int left, int right); in applyAsInt() method
DIntUnaryOperator.java49 int applyAsInt(int operand); in applyAsInt() method
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DConcurrentHashMapTest.java79 public int applyAsInt(Map.Entry<Long, Long> in) { in applyAsInt() method in ConcurrentHashMapTest.KeyAsInt
97 public int applyAsInt(Long key, Long value) { in applyAsInt() method in ConcurrentHashMapTest.IncrementKeyToInt