Uses of Class
org.pentaho.di.core.util.KeyValue
- 
Packages that use KeyValue Package Description org.pentaho.di.core.util  - 
- 
Uses of KeyValue in org.pentaho.di.core.util
Subclasses of KeyValue in org.pentaho.di.core.util Modifier and Type Class Description classBooleanPluginPropertyclassIntegerPluginPropertyclassStringListPluginPropertyclassStringPluginPropertyMethods in org.pentaho.di.core.util that return KeyValue Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description KeyValueSetKeyValueSet. add(KeyValue<?>... keyValues)Add key value(s). 
 -