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

Method of

output/java_guava/1.4.18/ImmutableList.java:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 */
61 // Casting to any type is safe because the list will never hold any elements.
62 @SuppressWarnings("unchecked")
63 public static <E> ImmutableList<E> of() {
64 return (ImmutableList<E>) EMPTY;
65 }
66
67 /**
68 * Returns an immutable list containing a single element. This list behaves

Callers 15

getMethod · 0.95
createAsListMethod · 0.95
createAsListMethod · 0.95
CompoundOrderingMethod · 0.95
leastOfMethod · 0.95
collectTypesMethod · 0.95
concatMethod · 0.95
ofMethod · 0.95

Calls 1

constructMethod · 0.95

Tested by

no test coverage detected