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

Method size

corpus/java/training/guava/collect/Lists.java:706–709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

704 }
705
706 @Override
707 public int size() {
708 return IntMath.divide(list.size(), size, RoundingMode.CEILING);
709 }
710
711 @Override
712 public boolean isEmpty() {

Callers 1

getMethod · 0.95

Calls 2

divideMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected