MCPcopy
hub / github.com/qiyuangong/leetcode / top

Method top

java/716_Max_Stack.java:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public int top() {
26 return dll.peek();
27 }
28
29 public int peekMax() {
30 return map.lastKey();

Callers

nothing calls this directly

Calls 1

peekMethod · 0.45

Tested by

no test coverage detected