public class BiMap extends Object
| Constructor and Description |
|---|
BiMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsVal(Object val) |
Object |
getKey(Object val) |
Object |
getVal(Object key) |
void |
put(Object key,
Object val) |
Copyright © 2020 Soot OSS. All rights reserved.