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

Method ceiling

code/algs4/SET.java:169–174  ·  view source on GitHub ↗

Returns the smallest key in this set greater than or equal to key. @param key the key @return the smallest key in this set greater than or equal to key @throws IllegalArgumentException if key is null @throws NoSuchElementException if there is no such key

(Key key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected