Interface BidiMap<T1,T2>

All Superinterfaces:
Map<T1,T2>
All Known Implementing Classes:
BidiHashMap

@Deprecated(forRemoval=true) public interface BidiMap<T1,T2> extends Map<T1,T2>
Deprecated, for removal: This API element is subject to removal in a future version.
Use BiMap
  • Method Details

    • getReverseView

      BidiMap<T2,T1> getReverseView()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getKey

      T1 getKey(T2 value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getValue

      T2 getValue(T1 key)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • valueSet

      Set<T2> valueSet()
      Deprecated, for removal: This API element is subject to removal in a future version.