MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / floor

Method floor

vm/JavaAPI/src/java/util/NavigableSet.java:102–102  ·  view source on GitHub ↗

Answers the biggest element less than or equal to the specified one, or null if no such element. @param e the specified element @return the biggest element less than or equal to the specified one, or null if no such element @throws ClassCastException if the element ca

(E e)

Source from the content-addressed store, hash-verified

100 * if the element is null and the set can not contain null
101 */
102 E floor(E e);
103
104 /**
105 * Answers a descending iterator of this set.

Callers 15

drawCellArcsFunction · 0.65
positionAtMethod · 0.65
positionAtMethod · 0.65
positionAtMethod · 0.65
HsFunction · 0.65
cssWorker.jsFile · 0.65
HaFunction · 0.65
cFunction · 0.65
dFunction · 0.65
pFunction · 0.65
_wrapUpMethod · 0.65
numberReplaceMethod · 0.65

Implementers 15

AscendingSubMapEntrySetPorts/CLDC11/src/java/util/TreeMap.jav
DescendingSubMapEntrySetPorts/CLDC11/src/java/util/TreeMap.jav
AscendingSubMapKeySetPorts/CLDC11/src/java/util/TreeMap.jav
DescendingSubMapKeySetPorts/CLDC11/src/java/util/TreeMap.jav
TreeSetPorts/CLDC11/src/java/util/TreeSet.jav
AscendingSubMapEntrySetPorts/retro/JavaCompatibility/src/net/
DescendingSubMapEntrySetPorts/retro/JavaCompatibility/src/net/
AscendingSubMapKeySetPorts/retro/JavaCompatibility/src/net/
DescendingSubMapKeySetPorts/retro/JavaCompatibility/src/net/
TreeSetPorts/retro/JavaCompatibility/src/net/
AscendingSubMapEntrySetvm/JavaAPI/src/java/util/TreeMap.java
DescendingSubMapEntrySetvm/JavaAPI/src/java/util/TreeMap.java

Calls

no outgoing calls

Tested by

no test coverage detected