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

Method of

output/java_guava/1.4.19/ImmutableSortedSet.java:74–76  ·  view source on GitHub ↗

Returns the empty immutable sorted set.

()

Source from the content-addressed store, hash-verified

72
73
74 public static <E> ImmutableSortedSet<E> of() {
75 return (ImmutableSortedSet<E>) RegularImmutableSortedSet.NATURAL_EMPTY_SET;
76 }
77
78 /**
79 * Returns an immutable sorted set containing a single element.

Callers 3

ofMethod · 0.95
asSetMethod · 0.95
subSetImplMethod · 0.95

Calls 3

ofMethod · 0.95
naturalMethod · 0.95
constructMethod · 0.95

Tested by

no test coverage detected