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

Method create

output/java_guava/1.4.17/EnumMultiset.java:42–44  ·  view source on GitHub ↗

Creates an empty EnumMultiset.

(Class<E> type)

Source from the content-addressed store, hash-verified

40 /** Creates an empty {@code EnumMultiset}. */
41
42 public static <E extends Enum<E>> EnumMultiset<E> create(Class<E> type) {
43 return new EnumMultiset<E>(type);
44 }
45
46 /**
47 * Creates a new {@code EnumMultiset} containing the specified elements.

Callers

nothing calls this directly

Calls 6

addAllMethod · 0.95
iteratorMethod · 0.65
nextMethod · 0.65
checkArgumentMethod · 0.45
hasNextMethod · 0.45
getDeclaringClassMethod · 0.45

Tested by

no test coverage detected