K
V
public final class MapEntryValue<K,V> extends Object implements Value<MapEntry<K,V>>
MapEntryValue(MapEntry<Value<K>,Value<V>> entry)
MapEntry<K,V>
getValue()
static <K,V> Value<MapEntry<K,V>>
of(Value<K> key, Value<V> value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapEntryValue(MapEntry<Value<K>,Value<V>> entry)
entry
public MapEntry<K,V> getValue() throws IllegalStateException
getValue
Value<MapEntry<K,V>>
IllegalStateException
public static <K,V> Value<MapEntry<K,V>> of(Value<K> key, Value<V> value)
key
value
Copyright © 2018 JBoss by Red Hat. All rights reserved.