|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapEntry | |
---|---|
org.jboss.msc.value | Classes which implement various indirect value types. |
Uses of MapEntry in org.jboss.msc.value |
---|
Methods in org.jboss.msc.value that return MapEntry | ||
---|---|---|
static
|
MapEntry.entry(K key,
V value)
Construct a new instance. |
|
MapEntry<K,V> |
MapEntryValue.getValue()
Get the actual value. |
Methods in org.jboss.msc.value that return types with arguments of type MapEntry | ||
---|---|---|
static
|
MapEntryValue.of(Value<K> key,
Value<V> value)
Construct a new instance. |
Methods in org.jboss.msc.value with parameters of type MapEntry | ||
---|---|---|
static
|
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. |
Constructors in org.jboss.msc.value with parameters of type MapEntry | |
---|---|
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 parameters in org.jboss.msc.value with type arguments of type MapEntry | |
---|---|
MapValue(Value<? extends Map<K,V>> mapValue,
List<MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>> values)
Construct a new instance. |
|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |