MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / floor

Method floor

code/algs4/ST.java:210–215  ·  view source on GitHub ↗

Returns the largest key in this symbol table less than or equal to key. @param key the key @return the largest key in this symbol table less than or equal to key @throws NoSuchElementException if there is no such key @throws IllegalArgumentException if key is null

(Key key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected