Uses of Interface
com.chutneytesting.server.core.domain.tools.ui.KeyValue
-
Packages that use KeyValue Package Description com.chutneytesting.server.core.domain.tools.ui -
-
Uses of KeyValue in com.chutneytesting.server.core.domain.tools.ui
Classes in com.chutneytesting.server.core.domain.tools.ui that implement KeyValue Modifier and Type Class Description classImmutableKeyValueImmutable implementation ofKeyValue.Methods in com.chutneytesting.server.core.domain.tools.ui that return types with arguments of type KeyValue Modifier and Type Method Description static List<KeyValue>KeyValue. fromMap(Map<String,String> map)Methods in com.chutneytesting.server.core.domain.tools.ui with parameters of type KeyValue Modifier and Type Method Description static ImmutableKeyValueImmutableKeyValue. copyOf(KeyValue instance)Creates an immutable copy of aKeyValuevalue.ImmutableKeyValue.BuilderImmutableKeyValue.Builder. from(KeyValue instance)Fill a builder with attribute values from the providedKeyValueinstance.Method parameters in com.chutneytesting.server.core.domain.tools.ui with type arguments of type KeyValue Modifier and Type Method Description static Map<String,String>KeyValue. toMap(List<KeyValue> list)
-