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

Method EnumMultiset

output/java_guava/1.4.17/EnumMultiset.java:83–86  ·  view source on GitHub ↗

Creates an empty EnumMultiset.

(Class<E> type)

Source from the content-addressed store, hash-verified

81
82 /** Creates an empty {@code EnumMultiset}. */
83 private EnumMultiset(Class<E> type) {
84 super(WellBehavedMap.wrap(new EnumMap<E, Count>(type)));
85 this.type = type;
86 }
87
88 @GwtIncompatible // java.io.ObjectOutputStream
89 private void writeObject(ObjectOutputStream stream) throws IOException {

Callers

nothing calls this directly

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected