public class PairMap<A,B> extends Object
PairMap()
PairMap(int initialCapacity)
void
clear()
A
getA(B b)
B
getB(A a)
put(A a, B b)
removeByA(A a)
removeByB(B b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PairMap()
public PairMap(int initialCapacity)
public A getA(B b)
public B getB(A a)
public void put(A a, B b)
public B removeByA(A a)
public A removeByB(B b)
public void clear()
Copyright © 2020. All rights reserved.