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

Method create

output/java_guava/1.4.19/EnumHashBiMap.java:57–59  ·  view source on GitHub ↗

Returns a new, empty EnumHashBiMap using the specified key type. @param keyType the key type

(Class<K> keyType)

Source from the content-addressed store, hash-verified

55
56
57 public static <K extends Enum<K>, V> EnumHashBiMap<K, V> create(Class<K> keyType) {
58 return new EnumHashBiMap<K, V>(keyType);
59 }
60
61 /**
62 * Constructs a new bimap with the same mappings as the specified map. If the

Callers

nothing calls this directly

Calls 2

inferKeyTypeMethod · 0.95
putAllMethod · 0.65

Tested by

no test coverage detected