Searched defs:floor (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/main/java/java/util/ | ||
D | NavigableSet.java | 84 E floor(E e); in floor() method |
D | TreeSet.java | 333 public E floor(E e) { in floor() method in TreeSet |
/libcore/luni/src/main/java/java/util/concurrent/ | ||
D | ConcurrentSkipListSet.java | 315 public E floor(E e) { in floor() method in ConcurrentSkipListSet |
D | ConcurrentSkipListMap.java | 2286 public E floor(E e) { return m.floorKey(e); } in floor() method in ConcurrentSkipListMap.KeySet |
/libcore/luni/src/main/java/java/lang/ | ||
D | StrictMath.java | 319 public static native double floor(double d); in floor() method in StrictMath |
D | Math.java | 319 public static native double floor(double d); in floor() method in Math |
/libcore/jsr166-tests/src/test/java/jsr166/ | ||
D | TreeSetTest.java | 869 int floor(int element) { in check() method in TreeSetTest.ReferenceSet |
D | ConcurrentSkipListSetTest.java | 866 int floor(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet |