Home
last modified time | relevance | path

Searched defs:floor (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/util/
DNavigableSet.java84 E floor(E e); in floor() method
DTreeSet.java333 public E floor(E e) { in floor() method in TreeSet
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java315 public E floor(E e) { in floor() method in ConcurrentSkipListSet
DConcurrentSkipListMap.java2286 public E floor(E e) { return m.floorKey(e); } in floor() method in ConcurrentSkipListMap.KeySet
/libcore/luni/src/main/java/java/lang/
DStrictMath.java319 public static native double floor(double d); in floor() method in StrictMath
DMath.java319 public static native double floor(double d); in floor() method in Math
/libcore/jsr166-tests/src/test/java/jsr166/
DTreeSetTest.java869 int floor(int element) { in check() method in TreeSetTest.ReferenceSet
DConcurrentSkipListSetTest.java866 int floor(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet