MCPcopy Create free account
hub / github.com/antlr/codebuff / size

Method size

output/java_guava/1.4.16/Lists.java:732–735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

730 }
731
732 @Override
733 public int size() {
734 return IntMath.divide(list.size(), size, RoundingMode.CEILING);
735 }
736
737 @Override
738 public boolean isEmpty() {

Callers 1

getMethod · 0.95

Calls 2

divideMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected