MCPcopy Index your code
hub / github.com/antlr/codebuff / of

Method of

output/java_guava/1.4.17/FluentIterable.java:275–278  ·  view source on GitHub ↗

Returns a fluent iterable containing no elements. Stream equivalent: Stream.empty(). @since 20.0

()

Source from the content-addressed store, hash-verified

273 */
274
275 @Beta
276 public static <E> FluentIterable<E> of() {
277 return FluentIterable.from(ImmutableList.<E>of());
278 }
279
280 /**
281 * Returns a fluent iterable containing {@code elements} in the specified order.

Callers

nothing calls this directly

Calls 4

fromMethod · 0.95
ofMethod · 0.95
newArrayListMethod · 0.95
asListMethod · 0.95

Tested by

no test coverage detected