public class BiMap<K,V> extends Object
BiMap()
boolean
containsKey(K key)
containsValue(V value)
V
getByKey(K key)
K
getByValue(V value)
void
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BiMap()
public void put(K key, V value)
public V getByKey(K key)
public K getByValue(V value)
public boolean containsKey(K key)
public boolean containsValue(V value)
Copyright © 2025 EFCloud. All rights reserved.