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

Method forward

output/java_guava/1.4.17/HashBiMap.java:513–515  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

511 private final class Inverse extends AbstractMap<V, K>
512 implements BiMap<V, K>, Serializable {
513 BiMap<K, V> forward() {
514 return HashBiMap.this;
515 }
516
517 @Override
518 public int size() {

Callers 4

clearMethod · 0.95
containsKeyMethod · 0.95
inverseMethod · 0.95
valuesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected