Package | Description |
---|---|
org.jboss.msc.value |
Classes which implement various indirect value types.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> MapEntry<K,V> |
MapEntry.entry(K key,
V value)
Construct a new instance.
|
MapEntry<K,V> |
MapEntryValue.getValue()
Get the actual value.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> Value<MapEntry<K,V>> |
MapEntryValue.of(Value<K> key,
Value<V> value)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
MapEntry.addTo(Map<K,V> map,
MapEntry<? extends K,? extends V>... entries)
Add entries to a map.
|
boolean |
MapEntry.equals(MapEntry<?,?> obj)
Compare this entry with another.
|
Constructor and Description |
---|
MapEntryValue(MapEntry<Value<K>,Value<V>> entry)
Construct a new instance.
|
MapValue(Value<? extends Map<K,V>> mapValue,
MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>... values)
Construct a new instance.
|
Constructor and Description |
---|
MapValue(Value<? extends Map<K,V>> mapValue,
List<MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>> values)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.