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

Method get

output/java_guava/1.4.16/FluentIterable.java:864–866  ·  view source on GitHub ↗
(int position)

Source from the content-addressed store, hash-verified

862
863
864 public final E get(int position) {
865 return Iterables.get(iterable, position);
866 }
867
868 /**
869 * Function that transforms {@code Iterable<E>} into a fluent iterable.

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected