Searched defs:floor (Results 1 – 10 of 10) sorted by relevance
116 E floor(E e); in floor() method
424 public E floor(E e) { in floor() method in TreeSet
1161 public E floor(E e) { return m.floorKey(e); } in floor() method in TreeMap.KeySet
51 #define floor jfloor macro
328 public E floor(E e) { in floor() method in ConcurrentSkipListSet
2340 public K floor(K e) { return m.floorKey(e); } in floor() method in ConcurrentSkipListMap.KeySet
339 public static double floor(double a) { in floor() method in StrictMath
395 public static native double floor(double a); in floor() method in Math
869 int floor(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet
870 int floor(int element) { in check() method in TreeSetTest.ReferenceSet