Class VectorMap<K1,​K2,​V>

    • Constructor Detail

      • VectorMap

        public VectorMap()
    • Method Detail

      • get

        public V get​(K1 k1,
                     K2 k2)
      • get

        public HashMap<K2,​V> get​(K1 k1,
                                       boolean create)
      • removeValue

        public V removeValue​(K1 k1,
                             K2 k2)
      • containsKey

        public boolean containsKey​(K1 k1,
                                   K2 k2)
      • put

        public V put​(K1 k1,
                     K2 k2,
                     V v)