Package | Description |
---|---|
org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
Modifier and Type | Method | 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–2019. All rights reserved.