Class BinaryMap.Entry

    • Constructor Detail

      • Entry

        public Entry​(Binary binKey,
                     Binary binValue)
        Construct an Entry with a key and a value.
        Parameters:
        binKey - a Binary object for the key
        binValue - a Binary object for the value