Searched defs:floor (Results 1 – 14 of 14) sorted by relevance
117 E floor(E e); in floor() method
424 public E floor(E e) { in floor() method in TreeSet
1291 public E floor(E e) { return ns.floor(e); } in floor() method in UnmodifiableNavigableSet
1141 public E floor(E e) { return m.floorKey(e); } in floor() method in TreeMap.KeySet
51 #define floor jfloor macro
357 public E floor(E e) { in floor() method in ConcurrentSkipListSet
2369 public K floor(K e) { return m.floorKey(e); } in floor() method in ConcurrentSkipListMap.KeySet
67 public static native double floor(double a); in floor() method in Math
358 public static double floor(double a) { in floor() method in StrictMath
430 public static native double floor(double a); in floor() method in Math
876 K floor = map.floorKey(absentKey); in check_unmodifiableNavigableMap_defaultMethods() local1110 K floor = set.floor(absentElement); in check_navigableSet() local
869 int floor(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet
870 int floor(int element) { in check() method in TreeSetTest.ReferenceSet
1165 public E floor(E e) { in floor() method in Collections.CheckedNavigableSet2658 public E floor(E e) { in floor() method in Collections.SynchronizedNavigableSet3454 public E floor(E e) { in floor() method in Collections.UnmodifiableNavigableSet