T1
- type of first elementT2
- type of second elementT3
- type of third elementpublic abstract static class ITuple3.Base<T1,T2,T3> extends java.lang.Object implements ITuple3<T1,T2,T3>
java.lang.Object
methods
equals()
, hashCode()
and toString()
. Therefore it is
most useful if you implement a 3-tuple on the fly.ITuple3.Base<T1,T2,T3>
Constructor and Description |
---|
Base() |
Modifier and Type | Method and Description |
---|---|
ITuple3.Base<T1,T2,T3> |
asBase()
Convert this 3-tuple into a
base tuple which provides useful implementations for standard methods. |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_1, _12, _13, _132, _2, _21, _213, _23, _231, _3, _31, _312, _32, _321, concat1, concat2, concat3, concat4, concat5, concat6, concat7, concat8, concatPred1, concatPred2, concatPred3, concatPred4, concatPred5, concatPred6, concatPred7, concatPred8, concatProc1, concatProc2, concatProc3, concatProc4, concatProc5, concatProc6, concatProc7, concatProc8, equals, frozen, frozenNotNull, hash, invoke, sendTo, testBy, toString, toString, view
@NotNull public ITuple3.Base<T1,T2,T3> asBase()
ITuple3
base tuple
which provides useful implementations for standard methods.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object