Uses of Class
com.chutneytesting.server.core.domain.tools.ui.ImmutableKeyValue
-
Packages that use ImmutableKeyValue Package Description com.chutneytesting.server.core.domain.tools.ui -
-
Uses of ImmutableKeyValue in com.chutneytesting.server.core.domain.tools.ui
Methods in com.chutneytesting.server.core.domain.tools.ui that return ImmutableKeyValue Modifier and Type Method Description ImmutableKeyValueImmutableKeyValue.Builder. build()Builds a newImmutableKeyValue.static ImmutableKeyValueImmutableKeyValue. copyOf(KeyValue instance)Creates an immutable copy of aKeyValuevalue.ImmutableKeyValueImmutableKeyValue. withKey(String value)Copy the current immutable object by setting a value for thekeyattribute.ImmutableKeyValueImmutableKeyValue. withValue(String value)Copy the current immutable object by setting a value for thevalueattribute.
-