public class TwoWayHashMap<F,S>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fToSMap
@NotNull
private @NotNull HashMap<F,S> fToSMap
-
sToFMap
@NotNull
private @NotNull HashMap<S,F> sToFMap
-
Constructor Details
-
TwoWayHashMap
public TwoWayHashMap()
-
Method Details
-
add
public void add(@Nullable
F f,
@Nullable
S s)
-
getSecond
@Nullable
public S getSecond(@Nullable
F f)
-
getFirst
@Nullable
public F getFirst(@Nullable
S s)