public final class Triple extends Object
| Constructor and Description |
|---|
Triple(Object first,
Object second,
Object third)
Make a new one.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Override of equals.
|
Object |
getFirst()
Get the first member of the tuple.
|
Object |
getSecond()
Get the second member of the tuple.
|
Object |
getThird()
Get the third member of the tuple.
|
int |
hashCode()
Override of hashCode.
|
String |
toString() |
public Object getFirst()
public Object getSecond()
public Object getThird()
public boolean equals(Object other)
public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.