Constructor and Description |
---|
MapEntryValue(MapEntry<Value<K>,Value<V>> entry)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
MapEntry<K,V> |
getValue()
Get the actual value.
|
static <K,V> Value<MapEntry<K,V>> |
of(Value<K> key,
Value<V> value)
Construct a new instance.
|
public MapEntry<K,V> getValue() throws IllegalStateException
Copyright © 2017 JBoss by Red Hat. All rights reserved.