| Package | Description |
|---|---|
| org.docx4j.com.google.common.collect |
| Modifier and Type | Class and Description |
|---|---|
class |
HashBiMap<K,V>
A
BiMap backed by two hash tables. |
| Modifier and Type | Method and Description |
|---|---|
BiMap<V,K> |
HashBiMap.inverse() |
BiMap<V,K> |
BiMap.inverse()
Returns the inverse view of this bimap, which maps each of this bimap's values to its
associated key.
|
Copyright © 2007–2023. All rights reserved.