Changed Methods |
V forcePut(K, V)
|
Changed from non-abstract to abstract.
|
An alternate form of {@code put} that silently removes any existing entry
with the value {@code value} before proceeding with the .put
operation. |
BiMap<V, K> inverse()
|
Changed from non-abstract to abstract.
|
Returns the inverse view of this bimap, which maps each of this bimap's
values to its associated key. |
V put(K, V)
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
void putAll(Map<?, extends, K, ?, extends, V>)
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
Set<V> values()
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|