public class MultiValueTriplet<V1,V2,V3>
extends java.lang.Object
| Constructor and Description |
|---|
MultiValueTriplet(V1 firstValue,
V2 secondValue,
V3 thirdValue)
Constructs a Multi Value Triplet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
V1 |
getFirstValue() |
V2 |
getSecondValue() |
V3 |
getThirdValue() |
int |
hashCode() |
void |
setFirstValue(V1 value)
Sets the first value.
|
void |
setSecondValue(V2 value)
Sets the second value.
|
void |
setThirdValue(V3 value)
Sets the third value.
|
public V1 getFirstValue()
public void setFirstValue(V1 value)
value - a value (can be null)public V2 getSecondValue()
public void setSecondValue(V2 value)
value - a value (can be null)public V3 getThirdValue()
public void setThirdValue(V3 value)
value - a value (can be null)public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2019. All Rights Reserved.