| Package | Description |
|---|---|
| org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> UnmodifiableBiMap<K,V> |
UnmodifiableBiMap.of(Map<K,V> map) |
static <K,V> UnmodifiableBiMap<K,V> |
UnmodifiableBiMap.of(MutableBiMap<K,V> biMap) |
Copyright © 2004–2022. All rights reserved.