Searched defs:floor (Results 1 – 6 of 6) sorted by relevance
| /libcore/luni/src/main/java/java/util/ | ||
| D | NavigableSet.java | 85 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 | 314 public E floor(E e) { in floor() method in ConcurrentSkipListSet |
| D | ConcurrentSkipListMap.java | 2264 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 | 345 public static native double floor(double d); in floor() method in StrictMath |
| D | Math.java | 338 public static native double floor(double d); in floor() method in Math |