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(F f, S s)
public S getSecond(F f)
public F getFirst(S s)
Copyright © 2019. All rights reserved.