Class MapEntryValue<K,​V>

    • Constructor Detail

      • MapEntryValue

        public MapEntryValue​(MapEntry<Value<K>,​Value<V>> entry)
        Deprecated.
        Construct a new instance.
        Parameters:
        entry - the key and value to use
    • Method Detail

      • of

        public static <K,​V> Value<MapEntry<K,​V>> of​(Value<K> key,
                                                                Value<V> value)
        Deprecated.
        Construct a new instance.
        Type Parameters:
        K - the key type
        V - the value type
        Parameters:
        key - the key
        value - the value
        Returns:
        the new entry value