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

Method AbstractBiMap

output/java_guava/1.4.19/AbstractBiMap.java:56–58  ·  view source on GitHub ↗

Package-private constructor for creating a map-backed bimap.

(Map<K, V> forward, Map<V, K> backward)

Source from the content-addressed store, hash-verified

54 /** Package-private constructor for creating a map-backed bimap. */
55
56 AbstractBiMap(Map<K, V> forward, Map<V, K> backward) {
57 setDelegates(forward, backward);
58 }
59
60 /** Private constructor for inverse bimap. */
61

Callers

nothing calls this directly

Calls 1

setDelegatesMethod · 0.95

Tested by

no test coverage detected