public interface ReversibleMap<K,V> extends Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
ReversibleSetMultimap<V,K> |
reverse() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesReversibleSetMultimap<V,K> reverse()
Copyright © 2018. All rights reserved.