Class TwoWayHashMap<F,​S>


  • public class TwoWayHashMap<F,​S>
    extends Object
    • 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)