Class MultiKey3<K1,​K2,​K3>

    • Constructor Detail

      • MultiKey3

        public MultiKey3​(K1 key1,
                         K2 key2,
                         K3 key3)
        Creates a three value MultiKey.
        Parameters:
        key1 - the first key.
        key2 - the second key.
        key3 - the third key.