public abstract static class ValueWithKey.ValueWithKeySupport<T> extends ValueWithKey<T>
ValueWithKey.BigDecimalValue, ValueWithKey.BigIntegerValue, ValueWithKey.BooleanValue, ValueWithKey.ByteValue, ValueWithKey.CharacterValue, ValueWithKey.DateValue, ValueWithKey.DoubleValue, ValueWithKey.FloatValue, ValueWithKey.IntegerValue, ValueWithKey.LongValue, ValueWithKey.PatternValue, ValueWithKey.ShortValue, ValueWithKey.StringValue, ValueWithKey.ValueWithKeySupport<T>Value.ValueSupport<T>Entry.BaseImpl<K,V>, Entry.Impl<K,V>ALL_DEFAULT_VALUE_WITH_KEY_TYPESALL_DEFAULT_VALUE_TYPES| Constructor and Description |
|---|
ValueWithKey.ValueWithKeySupport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKey() |
T |
getValue() |
int |
hashCode() |
void |
setKey(java.lang.String key) |
void |
setValue(T content) |
java.lang.String |
toString() |
valueOfpublic java.lang.String getKey()
public void setKey(java.lang.String key)
@Nullable public T getValue()
public void setValue(T content)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 echocat. All Rights Reserved.