org.glassfish.gmbal.generic
Class Triple<S,T,U>
java.lang.Object
org.glassfish.gmbal.generic.Triple<S,T,U>
public class Triple<S,T,U>
- extends Object
Represents a Triple of values. Used to return multiple values
and other similar uses.
|
Constructor Summary |
Triple(S first,
T second,
U third)
|
Triple
public Triple(S first,
T second,
U third)
first
public S first()
second
public T second()
third
public U third()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.