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

Method size

output/java_guava/1.4.18/FluentIterable.java:332–334  ·  view source on GitHub ↗

Returns the number of elements in this fluent iterable. Stream equivalent: stream.count().

()

Source from the content-addressed store, hash-verified

330
331
332 public final int size() {
333 return Iterables.size(iterable);
334 }
335
336 /**
337 * Returns {@code true} if this fluent iterable contains any object for which

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected