Class MultiKey2<K1,​K2>

    • Constructor Detail

      • MultiKey2

        public MultiKey2​(K1 key1,
                         K2 key2)
        Creates a two value MultiKey.
        Parameters:
        key1 - the first key.
        key2 - the second key.