public final class Triple<T,U,V> extends Object
Constructor and Description |
---|
Triple(T first,
U second,
V third)
Make a new one.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Override of equals.
|
T |
getFirst()
Get the first member of the tuple.
|
U |
getSecond()
Get the second member of the tuple.
|
V |
getThird()
Get the third member of the tuple.
|
int |
hashCode()
Override of hashCode.
|
String |
toString() |
public T getFirst()
public U getSecond()
public V getThird()
public boolean equals(Object other)
public String toString()
toString
in class Object
Object.toString()
Copyright © 2005–2018 Alfresco Software. All rights reserved.