Class TwoWayHashMap<F,​S>


  • public class TwoWayHashMap<F,​S>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TwoWayHashMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(F f, S s)  
      F getFirst​(S s)  
      S getSecond​(F f)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TwoWayHashMap

        public TwoWayHashMap()
    • Method Detail

      • 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)