MCPcopy Index your code
hub / github.com/google/gson / pop

Method pop

src/main/java/com/google/gson/stream/JsonReader.java:653–655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651 }
652
653 private JsonScope pop() {
654 return stack.remove(stack.size() - 1);
655 }
656
657 private void push(JsonScope newTop) {
658 stack.add(newTop);

Callers 2

nextInArrayMethod · 0.95
nextInObjectMethod · 0.95

Calls 2

sizeMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected