K
- the key typeV
- the value typepublic final class MapEntryValue<K,V> extends java.lang.Object implements Value<MapEntry<K,V>>
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.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.