at.tuwien.ifs.commons.util.collection
Class Quadruple<S,T,U,V>
java.lang.Object
at.tuwien.ifs.commons.util.collection.Pair<S,T>
at.tuwien.ifs.commons.util.collection.Triple<S,T,U>
at.tuwien.ifs.commons.util.collection.Quadruple<S,T,U,V>
public class Quadruple<S,T,U,V>
- extends Triple<S,T,U>
- Version:
- $Id: Quadruple.java 4265 2012-04-03 14:50:30Z mayer $
- Author:
- Rudolf Mayer
Constructor Summary |
Quadruple(S first,
T second,
U third,
V fourth)
|
fourth
protected V fourth
Quadruple
public Quadruple(S first,
T second,
U third,
V fourth)
getFourth
public V getFourth()
- Returns:
- Returns the fourth element
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Triple<S,T,U>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Triple<S,T,U>
setFourth
public void setFourth(V fourth)