Package com.exedio.cope
Class SetValue<E>
- java.lang.Object
-
- com.exedio.cope.SetValue<E>
-
public final class SetValue<E> extends Object
-
-
Constructor Summary
Constructors Constructor Description SetValue(Settable<E> settable, E value)
Deprecated.Usemap(Feature, Object)
instead.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
static <E,F extends Feature & Settable<E>>
SetValue<E>map(F settable, E value)
Creates a new SetValue.String
toString()
-
-
-
Constructor Detail
-
SetValue
@Deprecated public SetValue(Settable<E> settable, E value)
Deprecated.Usemap(Feature, Object)
instead.
-
-
Method Detail
-
map
public static <E,F extends Feature & Settable<E>> SetValue<E> map(F settable, E value)
Creates a new SetValue. Instead of using this method directly, you may want to use the convenience functions.- See Also:
Settable.map(Object)
-
-