public class TwoWayHashMap<F,S> extends Object
TwoWayHashMap()
void
add(F f, S s)
F
getFirst(S s)
S
getSecond(F f)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TwoWayHashMap()
public void add(@Nullable F f, @Nullable S s)
@Nullable public S getSecond(@Nullable F f)
@Nullable public F getFirst(@Nullable S s)
Copyright © 2020. All rights reserved.