| Constructor and Description |
|---|
Entry(Key key,
Value value)
Creates a new
Entry. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Key |
getKey()
Returns the key this
Entry has been created with. |
Value |
getValue()
Returns the value this
Entry has been created with. |
int |
hashCode() |
String |
toString() |
Entry<Key,Value> |
withKey(Key key)
|
Entry<Key,Value> |
withValue(Value value)
|
public Entry<Key,Value> withKey(Key key)
key - The key to be used.Entry.public Value getValue()
Entry has been created with.public Entry<Key,Value> withValue(Value value)
value - The value to be used.Entry.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.