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

Method of

corpus/java/training/guava/collect/FluentIterable.java:267–270  ·  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

265 * @since 20.0
266 */
267 @Beta
268 public static <E> FluentIterable<E> of() {
269 return FluentIterable.from(ImmutableList.<E>of());
270 }
271
272 /**
273 * 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