|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValue | |
---|---|
org.pentaho.di.core.util |
Uses of KeyValue in org.pentaho.di.core.util |
---|
Subclasses of KeyValue in org.pentaho.di.core.util | |
---|---|
class |
BooleanPluginProperty
|
class |
IntegerPluginProperty
|
class |
StringListPluginProperty
|
class |
StringPluginProperty
|
Methods in org.pentaho.di.core.util that return KeyValue | |
---|---|
KeyValue<T> |
KeyValueFactory.create(String key)
|
KeyValue<?> |
KeyValueSet.get(String key)
|
KeyValue<?> |
KeyValueSet.getRequired(String key)
|
KeyValue<?> |
KeyValueSet.remove(String key)
|
KeyValue<T> |
KeyValue.value(T newValue)
|
Methods in org.pentaho.di.core.util that return types with arguments of type KeyValue | |
---|---|
List<KeyValue<T>> |
KeyValueFactory.createAll(String... keys)
|
List<KeyValue<?>> |
KeyValueSet.get(org.apache.commons.collections.Predicate filter)
|
Iterator<KeyValue<?>> |
KeyValueSet.iterator()
|
List<KeyValue<?>> |
KeyValueSet.keyValues()
|
Methods in org.pentaho.di.core.util with parameters of type KeyValue | |
---|---|
KeyValueSet |
KeyValueSet.add(KeyValue<?>... keyValues)
Add key value(s). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |