T1
- type of first elementT2
- type of second elementT3
- type of third elementT4
- type of fourth elementT5
- type of fifth elementT6
- type of sixth elementpublic class Tuple6<T1,T2,T3,T4,T5,T6> extends ITuple6.Base<T1,T2,T3,T4,T5,T6> implements java.io.Serializable
Indexable.viewTuple(ITuple6)
will come to help.
Note that this class is automatically created by tools.TupleClassCreator
(not yet public).NTuple6
,
Serialized FormConstructor and Description |
---|
Tuple6(T1 e1,
T2 e2,
T3 e3,
T4 e4,
T5 e5,
T6 e6)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T1 |
_1()
Get the first element.
|
Tuple2<T1,T2> |
_12()
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
|
Tuple3<T1,T2,T3> |
_123()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
|
Tuple4<T1,T2,T3,T4> |
_1234()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
|
Tuple5<T1,T2,T3,T4,T5> |
_12345()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th.
|
Tuple5<T1,T2,T3,T4,T6> |
_12346()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th.
|
Tuple4<T1,T2,T3,T5> |
_1235()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
|
Tuple5<T1,T2,T3,T5,T6> |
_12356()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th.
|
Tuple4<T1,T2,T3,T6> |
_1236()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th.
|
Tuple3<T1,T2,T4> |
_124()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
|
Tuple4<T1,T2,T4,T5> |
_1245()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
|
Tuple5<T1,T2,T4,T5,T6> |
_12456()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th.
|
Tuple4<T1,T2,T4,T6> |
_1246()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th.
|
Tuple3<T1,T2,T5> |
_125()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
|
Tuple4<T1,T2,T5,T6> |
_1256()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th.
|
Tuple3<T1,T2,T6> |
_126()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 6th.
|
Tuple2<T1,T3> |
_13()
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
|
Tuple3<T1,T3,T2> |
_132()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
|
Tuple3<T1,T3,T4> |
_134()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
|
Tuple4<T1,T3,T4,T5> |
_1345()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
|
Tuple5<T1,T3,T4,T5,T6> |
_13456()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th.
|
Tuple4<T1,T3,T4,T6> |
_1346()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th.
|
Tuple3<T1,T3,T5> |
_135()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
|
Tuple4<T1,T3,T5,T6> |
_1356()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th.
|
Tuple3<T1,T3,T6> |
_136()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 6th.
|
Tuple2<T1,T4> |
_14()
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
|
Tuple3<T1,T4,T2> |
_142()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
|
Tuple3<T1,T4,T3> |
_143()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
|
Tuple3<T1,T4,T5> |
_145()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
|
Tuple4<T1,T4,T5,T6> |
_1456()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th.
|
Tuple3<T1,T4,T6> |
_146()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 6th.
|
Tuple2<T1,T5> |
_15()
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
|
Tuple3<T1,T5,T2> |
_152()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
|
Tuple3<T1,T5,T3> |
_153()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
|
Tuple3<T1,T5,T4> |
_154()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
|
Tuple3<T1,T5,T6> |
_156()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 6th.
|
Tuple2<T1,T6> |
_16()
Create a new 2-tuple from this one where the elements are ordered: 1st, 6th.
|
Tuple3<T1,T6,T2> |
_162()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 2nd.
|
Tuple3<T1,T6,T3> |
_163()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 3rd.
|
Tuple3<T1,T6,T4> |
_164()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 4th.
|
Tuple3<T1,T6,T5> |
_165()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 5th.
|
T2 |
_2()
Get the second element.
|
Tuple2<T2,T1> |
_21()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
|
Tuple3<T2,T1,T3> |
_213()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
|
Tuple3<T2,T1,T4> |
_214()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
|
Tuple3<T2,T1,T5> |
_215()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
|
Tuple3<T2,T1,T6> |
_216()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 6th.
|
Tuple2<T2,T3> |
_23()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
|
Tuple3<T2,T3,T1> |
_231()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
|
Tuple3<T2,T3,T4> |
_234()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
|
Tuple4<T2,T3,T4,T5> |
_2345()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
|
Tuple5<T2,T3,T4,T5,T6> |
_23456()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th.
|
Tuple4<T2,T3,T4,T6> |
_2346()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th.
|
Tuple3<T2,T3,T5> |
_235()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
|
Tuple4<T2,T3,T5,T6> |
_2356()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th.
|
Tuple3<T2,T3,T6> |
_236()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 6th.
|
Tuple2<T2,T4> |
_24()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
|
Tuple3<T2,T4,T1> |
_241()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
|
Tuple3<T2,T4,T3> |
_243()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
|
Tuple3<T2,T4,T5> |
_245()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
|
Tuple4<T2,T4,T5,T6> |
_2456()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th.
|
Tuple3<T2,T4,T6> |
_246()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 6th.
|
Tuple2<T2,T5> |
_25()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
|
Tuple3<T2,T5,T1> |
_251()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
|
Tuple3<T2,T5,T3> |
_253()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
|
Tuple3<T2,T5,T4> |
_254()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
|
Tuple3<T2,T5,T6> |
_256()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 6th.
|
Tuple2<T2,T6> |
_26()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 6th.
|
Tuple3<T2,T6,T1> |
_261()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 1st.
|
Tuple3<T2,T6,T3> |
_263()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 3rd.
|
Tuple3<T2,T6,T4> |
_264()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 4th.
|
Tuple3<T2,T6,T5> |
_265()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 5th.
|
T3 |
_3()
Get the third element.
|
Tuple2<T3,T1> |
_31()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
|
Tuple3<T3,T1,T2> |
_312()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
|
Tuple3<T3,T1,T4> |
_314()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
|
Tuple3<T3,T1,T5> |
_315()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
|
Tuple3<T3,T1,T6> |
_316()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 6th.
|
Tuple2<T3,T2> |
_32()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
|
Tuple3<T3,T2,T1> |
_321()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
|
Tuple3<T3,T2,T4> |
_324()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
|
Tuple3<T3,T2,T5> |
_325()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
|
Tuple3<T3,T2,T6> |
_326()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 6th.
|
Tuple2<T3,T4> |
_34()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
|
Tuple3<T3,T4,T1> |
_341()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
|
Tuple3<T3,T4,T2> |
_342()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
|
Tuple3<T3,T4,T5> |
_345()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
|
Tuple4<T3,T4,T5,T6> |
_3456()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th.
|
Tuple3<T3,T4,T6> |
_346()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 6th.
|
Tuple2<T3,T5> |
_35()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
|
Tuple3<T3,T5,T1> |
_351()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
|
Tuple3<T3,T5,T2> |
_352()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
|
Tuple3<T3,T5,T4> |
_354()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
|
Tuple3<T3,T5,T6> |
_356()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 6th.
|
Tuple2<T3,T6> |
_36()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 6th.
|
Tuple3<T3,T6,T1> |
_361()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 1st.
|
Tuple3<T3,T6,T2> |
_362()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 2nd.
|
Tuple3<T3,T6,T4> |
_364()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 4th.
|
Tuple3<T3,T6,T5> |
_365()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 5th.
|
T4 |
_4()
Get the fourth element.
|
Tuple2<T4,T1> |
_41()
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
|
Tuple3<T4,T1,T2> |
_412()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
|
Tuple3<T4,T1,T3> |
_413()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
|
Tuple3<T4,T1,T5> |
_415()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
|
Tuple3<T4,T1,T6> |
_416()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 6th.
|
Tuple2<T4,T2> |
_42()
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
|
Tuple3<T4,T2,T1> |
_421()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
|
Tuple3<T4,T2,T3> |
_423()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
|
Tuple3<T4,T2,T5> |
_425()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
|
Tuple3<T4,T2,T6> |
_426()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 6th.
|
Tuple2<T4,T3> |
_43()
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
|
Tuple3<T4,T3,T1> |
_431()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
|
Tuple3<T4,T3,T2> |
_432()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
|
Tuple3<T4,T3,T5> |
_435()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
|
Tuple3<T4,T3,T6> |
_436()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 6th.
|
Tuple2<T4,T5> |
_45()
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
|
Tuple3<T4,T5,T1> |
_451()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
|
Tuple3<T4,T5,T2> |
_452()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
|
Tuple3<T4,T5,T3> |
_453()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
|
Tuple3<T4,T5,T6> |
_456()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 6th.
|
Tuple2<T4,T6> |
_46()
Create a new 2-tuple from this one where the elements are ordered: 4th, 6th.
|
Tuple3<T4,T6,T1> |
_461()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 1st.
|
Tuple3<T4,T6,T2> |
_462()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 2nd.
|
Tuple3<T4,T6,T3> |
_463()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 3rd.
|
Tuple3<T4,T6,T5> |
_465()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 5th.
|
T5 |
_5()
Get the fifth element.
|
Tuple2<T5,T1> |
_51()
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
|
Tuple3<T5,T1,T2> |
_512()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
|
Tuple3<T5,T1,T3> |
_513()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
|
Tuple3<T5,T1,T4> |
_514()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
|
Tuple3<T5,T1,T6> |
_516()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 6th.
|
Tuple2<T5,T2> |
_52()
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
|
Tuple3<T5,T2,T1> |
_521()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
|
Tuple3<T5,T2,T3> |
_523()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
|
Tuple3<T5,T2,T4> |
_524()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
|
Tuple3<T5,T2,T6> |
_526()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 6th.
|
Tuple2<T5,T3> |
_53()
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
|
Tuple3<T5,T3,T1> |
_531()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
|
Tuple3<T5,T3,T2> |
_532()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
|
Tuple3<T5,T3,T4> |
_534()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
|
Tuple3<T5,T3,T6> |
_536()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 6th.
|
Tuple2<T5,T4> |
_54()
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
|
Tuple3<T5,T4,T1> |
_541()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
|
Tuple3<T5,T4,T2> |
_542()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
|
Tuple3<T5,T4,T3> |
_543()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
|
Tuple3<T5,T4,T6> |
_546()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 6th.
|
Tuple2<T5,T6> |
_56()
Create a new 2-tuple from this one where the elements are ordered: 5th, 6th.
|
Tuple3<T5,T6,T1> |
_561()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 1st.
|
Tuple3<T5,T6,T2> |
_562()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 2nd.
|
Tuple3<T5,T6,T3> |
_563()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 3rd.
|
Tuple3<T5,T6,T4> |
_564()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 4th.
|
T6 |
_6()
Get the sixth element.
|
Tuple2<T6,T1> |
_61()
Create a new 2-tuple from this one where the elements are ordered: 6th, 1st.
|
Tuple3<T6,T1,T2> |
_612()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 2nd.
|
Tuple3<T6,T1,T3> |
_613()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 3rd.
|
Tuple3<T6,T1,T4> |
_614()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 4th.
|
Tuple3<T6,T1,T5> |
_615()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 5th.
|
Tuple2<T6,T2> |
_62()
Create a new 2-tuple from this one where the elements are ordered: 6th, 2nd.
|
Tuple3<T6,T2,T1> |
_621()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 1st.
|
Tuple3<T6,T2,T3> |
_623()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 3rd.
|
Tuple3<T6,T2,T4> |
_624()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 4th.
|
Tuple3<T6,T2,T5> |
_625()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 5th.
|
Tuple2<T6,T3> |
_63()
Create a new 2-tuple from this one where the elements are ordered: 6th, 3rd.
|
Tuple3<T6,T3,T1> |
_631()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 1st.
|
Tuple3<T6,T3,T2> |
_632()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 2nd.
|
Tuple3<T6,T3,T4> |
_634()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 4th.
|
Tuple3<T6,T3,T5> |
_635()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 5th.
|
Tuple2<T6,T4> |
_64()
Create a new 2-tuple from this one where the elements are ordered: 6th, 4th.
|
Tuple3<T6,T4,T1> |
_641()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 1st.
|
Tuple3<T6,T4,T2> |
_642()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 2nd.
|
Tuple3<T6,T4,T3> |
_643()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 3rd.
|
Tuple3<T6,T4,T5> |
_645()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 5th.
|
Tuple2<T6,T5> |
_65()
Create a new 2-tuple from this one where the elements are ordered: 6th, 5th.
|
Tuple3<T6,T5,T1> |
_651()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 1st.
|
Tuple3<T6,T5,T2> |
_652()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 2nd.
|
Tuple3<T6,T5,T3> |
_653()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 3rd.
|
Tuple3<T6,T5,T4> |
_654()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 4th.
|
Tuple6<T1,T2,T3,T4,T5,T6> |
frozenNotNull()
Convert this into an object of a concrete tuple implementation.
|
<T> Tuple7<T,T1,T2,T3,T4,T5,T6> |
i1(T e1)
Create a 7-tuple from this 6-tuple by inserting a new first element.
|
<T> Tuple7<T1,T,T2,T3,T4,T5,T6> |
i2(T e2)
Create a 7-tuple from this 6-tuple by inserting a new second element.
|
<T> Tuple7<T1,T2,T,T3,T4,T5,T6> |
i3(T e3)
Create a 7-tuple from this 6-tuple by inserting a new third element.
|
<T> Tuple7<T1,T2,T3,T,T4,T5,T6> |
i4(T e4)
Create a 7-tuple from this 6-tuple by inserting a new fourth element.
|
<T> Tuple7<T1,T2,T3,T4,T,T5,T6> |
i5(T e5)
Create a 7-tuple from this 6-tuple by inserting a new fifth element.
|
<T> Tuple7<T1,T2,T3,T4,T5,T,T6> |
i6(T e6)
Create a 7-tuple from this 6-tuple by inserting a new sixth element.
|
<T> Tuple7<T1,T2,T3,T4,T5,T6,T> |
i7(T e7)
Create a 7-tuple from this 6-tuple by adding a new seventh element.
|
java.lang.String |
toString() |
<E1> Tuple6<E1,T2,T3,T4,T5,T6> |
x1(E1 e1)
Create a 6-tuple from this one where the first element is exchanged.
|
<E1,E2> Tuple6<E1,E2,T3,T4,T5,T6> |
x12(E1 e1,
E2 e2)
Create a 6-tuple from this one where the first and second elements are exchanged.
|
<E1,E2,E3> Tuple6<E1,E2,E3,T4,T5,T6> |
x123(E1 e1,
E2 e2,
E3 e3)
Create a 6-tuple from this one where the first, second, and thirdelements are exchanged.
|
<E1,E2,E3,E4> |
x1234(E1 e1,
E2 e2,
E3 e3,
E4 e4)
Create a 6-tuple from this one where the first, second, third, and fourthelements are exchanged.
|
<E1,E2,E3,E4,E5> |
x12345(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E5 e5)
Create a 6-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
|
<E1,E2,E3,E4,E6> |
x12346(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E6 e6)
Create a 6-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
|
<E1,E2,E3,E5> |
x1235(E1 e1,
E2 e2,
E3 e3,
E5 e5)
Create a 6-tuple from this one where the first, second, third, and fifthelements are exchanged.
|
<E1,E2,E3,E5,E6> |
x12356(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
|
<E1,E2,E3,E6> |
x1236(E1 e1,
E2 e2,
E3 e3,
E6 e6)
Create a 6-tuple from this one where the first, second, third, and sixthelements are exchanged.
|
<E1,E2,E4> Tuple6<E1,E2,T3,E4,T5,T6> |
x124(E1 e1,
E2 e2,
E4 e4)
Create a 6-tuple from this one where the first, second, and fourthelements are exchanged.
|
<E1,E2,E4,E5> |
x1245(E1 e1,
E2 e2,
E4 e4,
E5 e5)
Create a 6-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
|
<E1,E2,E4,E5,E6> |
x12456(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
|
<E1,E2,E4,E6> |
x1246(E1 e1,
E2 e2,
E4 e4,
E6 e6)
Create a 6-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
|
<E1,E2,E5> Tuple6<E1,E2,T3,T4,E5,T6> |
x125(E1 e1,
E2 e2,
E5 e5)
Create a 6-tuple from this one where the first, second, and fifthelements are exchanged.
|
<E1,E2,E5,E6> |
x1256(E1 e1,
E2 e2,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
|
<E1,E2,E6> Tuple6<E1,E2,T3,T4,T5,E6> |
x126(E1 e1,
E2 e2,
E6 e6)
Create a 6-tuple from this one where the first, second, and sixthelements are exchanged.
|
<E1,E3> Tuple6<E1,T2,E3,T4,T5,T6> |
x13(E1 e1,
E3 e3)
Create a 6-tuple from this one where the first and third elements are exchanged.
|
<E1,E3,E4> Tuple6<E1,T2,E3,E4,T5,T6> |
x134(E1 e1,
E3 e3,
E4 e4)
Create a 6-tuple from this one where the first, third, and fourthelements are exchanged.
|
<E1,E3,E4,E5> |
x1345(E1 e1,
E3 e3,
E4 e4,
E5 e5)
Create a 6-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
|
<E1,E3,E4,E5,E6> |
x13456(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
|
<E1,E3,E4,E6> |
x1346(E1 e1,
E3 e3,
E4 e4,
E6 e6)
Create a 6-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
|
<E1,E3,E5> Tuple6<E1,T2,E3,T4,E5,T6> |
x135(E1 e1,
E3 e3,
E5 e5)
Create a 6-tuple from this one where the first, third, and fifthelements are exchanged.
|
<E1,E3,E5,E6> |
x1356(E1 e1,
E3 e3,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
|
<E1,E3,E6> Tuple6<E1,T2,E3,T4,T5,E6> |
x136(E1 e1,
E3 e3,
E6 e6)
Create a 6-tuple from this one where the first, third, and sixthelements are exchanged.
|
<E1,E4> Tuple6<E1,T2,T3,E4,T5,T6> |
x14(E1 e1,
E4 e4)
Create a 6-tuple from this one where the first and fourth elements are exchanged.
|
<E1,E4,E5> Tuple6<E1,T2,T3,E4,E5,T6> |
x145(E1 e1,
E4 e4,
E5 e5)
Create a 6-tuple from this one where the first, fourth, and fifthelements are exchanged.
|
<E1,E4,E5,E6> |
x1456(E1 e1,
E4 e4,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
|
<E1,E4,E6> Tuple6<E1,T2,T3,E4,T5,E6> |
x146(E1 e1,
E4 e4,
E6 e6)
Create a 6-tuple from this one where the first, fourth, and sixthelements are exchanged.
|
<E1,E5> Tuple6<E1,T2,T3,T4,E5,T6> |
x15(E1 e1,
E5 e5)
Create a 6-tuple from this one where the first and fifth elements are exchanged.
|
<E1,E5,E6> Tuple6<E1,T2,T3,T4,E5,E6> |
x156(E1 e1,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the first, fifth, and sixthelements are exchanged.
|
<E1,E6> Tuple6<E1,T2,T3,T4,T5,E6> |
x16(E1 e1,
E6 e6)
Create a 6-tuple from this one where the first and sixth elements are exchanged.
|
<E2> Tuple6<T1,E2,T3,T4,T5,T6> |
x2(E2 e2)
Create a 6-tuple from this one where the second element is exchanged.
|
<E2,E3> Tuple6<T1,E2,E3,T4,T5,T6> |
x23(E2 e2,
E3 e3)
Create a 6-tuple from this one where the second and third elements are exchanged.
|
<E2,E3,E4> Tuple6<T1,E2,E3,E4,T5,T6> |
x234(E2 e2,
E3 e3,
E4 e4)
Create a 6-tuple from this one where the second, third, and fourthelements are exchanged.
|
<E2,E3,E4,E5> |
x2345(E2 e2,
E3 e3,
E4 e4,
E5 e5)
Create a 6-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
|
<E2,E3,E4,E5,E6> |
x23456(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
|
<E2,E3,E4,E6> |
x2346(E2 e2,
E3 e3,
E4 e4,
E6 e6)
Create a 6-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
|
<E2,E3,E5> Tuple6<T1,E2,E3,T4,E5,T6> |
x235(E2 e2,
E3 e3,
E5 e5)
Create a 6-tuple from this one where the second, third, and fifthelements are exchanged.
|
<E2,E3,E5,E6> |
x2356(E2 e2,
E3 e3,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
|
<E2,E3,E6> Tuple6<T1,E2,E3,T4,T5,E6> |
x236(E2 e2,
E3 e3,
E6 e6)
Create a 6-tuple from this one where the second, third, and sixthelements are exchanged.
|
<E2,E4> Tuple6<T1,E2,T3,E4,T5,T6> |
x24(E2 e2,
E4 e4)
Create a 6-tuple from this one where the second and fourth elements are exchanged.
|
<E2,E4,E5> Tuple6<T1,E2,T3,E4,E5,T6> |
x245(E2 e2,
E4 e4,
E5 e5)
Create a 6-tuple from this one where the second, fourth, and fifthelements are exchanged.
|
<E2,E4,E5,E6> |
x2456(E2 e2,
E4 e4,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
|
<E2,E4,E6> Tuple6<T1,E2,T3,E4,T5,E6> |
x246(E2 e2,
E4 e4,
E6 e6)
Create a 6-tuple from this one where the second, fourth, and sixthelements are exchanged.
|
<E2,E5> Tuple6<T1,E2,T3,T4,E5,T6> |
x25(E2 e2,
E5 e5)
Create a 6-tuple from this one where the second and fifth elements are exchanged.
|
<E2,E5,E6> Tuple6<T1,E2,T3,T4,E5,E6> |
x256(E2 e2,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the second, fifth, and sixthelements are exchanged.
|
<E2,E6> Tuple6<T1,E2,T3,T4,T5,E6> |
x26(E2 e2,
E6 e6)
Create a 6-tuple from this one where the second and sixth elements are exchanged.
|
<E3> Tuple6<T1,T2,E3,T4,T5,T6> |
x3(E3 e3)
Create a 6-tuple from this one where the third element is exchanged.
|
<E3,E4> Tuple6<T1,T2,E3,E4,T5,T6> |
x34(E3 e3,
E4 e4)
Create a 6-tuple from this one where the third and fourth elements are exchanged.
|
<E3,E4,E5> Tuple6<T1,T2,E3,E4,E5,T6> |
x345(E3 e3,
E4 e4,
E5 e5)
Create a 6-tuple from this one where the third, fourth, and fifthelements are exchanged.
|
<E3,E4,E5,E6> |
x3456(E3 e3,
E4 e4,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
|
<E3,E4,E6> Tuple6<T1,T2,E3,E4,T5,E6> |
x346(E3 e3,
E4 e4,
E6 e6)
Create a 6-tuple from this one where the third, fourth, and sixthelements are exchanged.
|
<E3,E5> Tuple6<T1,T2,E3,T4,E5,T6> |
x35(E3 e3,
E5 e5)
Create a 6-tuple from this one where the third and fifth elements are exchanged.
|
<E3,E5,E6> Tuple6<T1,T2,E3,T4,E5,E6> |
x356(E3 e3,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the third, fifth, and sixthelements are exchanged.
|
<E3,E6> Tuple6<T1,T2,E3,T4,T5,E6> |
x36(E3 e3,
E6 e6)
Create a 6-tuple from this one where the third and sixth elements are exchanged.
|
<E4> Tuple6<T1,T2,T3,E4,T5,T6> |
x4(E4 e4)
Create a 6-tuple from this one where the fourth element is exchanged.
|
<E4,E5> Tuple6<T1,T2,T3,E4,E5,T6> |
x45(E4 e4,
E5 e5)
Create a 6-tuple from this one where the fourth and fifth elements are exchanged.
|
<E4,E5,E6> Tuple6<T1,T2,T3,E4,E5,E6> |
x456(E4 e4,
E5 e5,
E6 e6)
Create a 6-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
|
<E4,E6> Tuple6<T1,T2,T3,E4,T5,E6> |
x46(E4 e4,
E6 e6)
Create a 6-tuple from this one where the fourth and sixth elements are exchanged.
|
<E5> Tuple6<T1,T2,T3,T4,E5,T6> |
x5(E5 e5)
Create a 6-tuple from this one where the fifth element is exchanged.
|
<E5,E6> Tuple6<T1,T2,T3,T4,E5,E6> |
x56(E5 e5,
E6 e6)
Create a 6-tuple from this one where the fifth and sixth elements are exchanged.
|
<E6> Tuple6<T1,T2,T3,T4,T5,E6> |
x6(E6 e6)
Create a 6-tuple from this one where the sixth element is exchanged.
|
asBase, equals, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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, hash, invoke, sendTo, testBy, toString, toString, view
@NotNull public Tuple5<T1,T2,T3,T4,T5> _12345()
ITuple6
@NotNull public Tuple5<T1,T2,T3,T4,T6> _12346()
ITuple6
@NotNull public Tuple5<T1,T2,T3,T5,T6> _12356()
ITuple6
@NotNull public Tuple5<T1,T2,T4,T5,T6> _12456()
ITuple6
@NotNull public Tuple5<T1,T3,T4,T5,T6> _13456()
ITuple6
@NotNull public Tuple5<T2,T3,T4,T5,T6> _23456()
ITuple6
@NotNull public Tuple4<T1,T2,T3,T4> _1234()
ITuple6
@NotNull public Tuple4<T1,T2,T3,T5> _1235()
ITuple6
@NotNull public Tuple4<T1,T2,T4,T5> _1245()
ITuple6
@NotNull public Tuple4<T1,T3,T4,T5> _1345()
ITuple6
@NotNull public Tuple4<T2,T3,T4,T5> _2345()
ITuple6
@NotNull public Tuple4<T1,T2,T3,T6> _1236()
ITuple6
@NotNull public Tuple4<T1,T2,T4,T6> _1246()
ITuple6
@NotNull public Tuple4<T1,T3,T4,T6> _1346()
ITuple6
@NotNull public Tuple4<T2,T3,T4,T6> _2346()
ITuple6
@NotNull public Tuple4<T1,T2,T5,T6> _1256()
ITuple6
@NotNull public Tuple4<T1,T3,T5,T6> _1356()
ITuple6
@NotNull public Tuple4<T2,T3,T5,T6> _2356()
ITuple6
@NotNull public Tuple4<T1,T4,T5,T6> _1456()
ITuple6
@NotNull public Tuple4<T2,T4,T5,T6> _2456()
ITuple6
@NotNull public Tuple4<T3,T4,T5,T6> _3456()
ITuple6
@NotNull public Tuple3<T1,T2,T3> _123()
ITuple6
@NotNull public Tuple3<T1,T3,T2> _132()
ITuple6
@NotNull public Tuple3<T3,T1,T2> _312()
ITuple6
@NotNull public Tuple3<T3,T2,T1> _321()
ITuple6
@NotNull public Tuple3<T2,T3,T1> _231()
ITuple6
@NotNull public Tuple3<T2,T1,T3> _213()
ITuple6
@NotNull public Tuple3<T1,T2,T4> _124()
ITuple6
@NotNull public Tuple3<T1,T4,T2> _142()
ITuple6
@NotNull public Tuple3<T4,T1,T2> _412()
ITuple6
@NotNull public Tuple3<T4,T2,T1> _421()
ITuple6
@NotNull public Tuple3<T2,T4,T1> _241()
ITuple6
@NotNull public Tuple3<T2,T1,T4> _214()
ITuple6
@NotNull public Tuple3<T1,T3,T4> _134()
ITuple6
@NotNull public Tuple3<T1,T4,T3> _143()
ITuple6
@NotNull public Tuple3<T4,T1,T3> _413()
ITuple6
@NotNull public Tuple3<T4,T3,T1> _431()
ITuple6
@NotNull public Tuple3<T3,T4,T1> _341()
ITuple6
@NotNull public Tuple3<T3,T1,T4> _314()
ITuple6
@NotNull public Tuple3<T2,T3,T4> _234()
ITuple6
@NotNull public Tuple3<T2,T4,T3> _243()
ITuple6
@NotNull public Tuple3<T4,T2,T3> _423()
ITuple6
@NotNull public Tuple3<T4,T3,T2> _432()
ITuple6
@NotNull public Tuple3<T3,T4,T2> _342()
ITuple6
@NotNull public Tuple3<T3,T2,T4> _324()
ITuple6
@NotNull public Tuple3<T1,T2,T5> _125()
ITuple6
@NotNull public Tuple3<T1,T5,T2> _152()
ITuple6
@NotNull public Tuple3<T5,T1,T2> _512()
ITuple6
@NotNull public Tuple3<T5,T2,T1> _521()
ITuple6
@NotNull public Tuple3<T2,T5,T1> _251()
ITuple6
@NotNull public Tuple3<T2,T1,T5> _215()
ITuple6
@NotNull public Tuple3<T1,T3,T5> _135()
ITuple6
@NotNull public Tuple3<T1,T5,T3> _153()
ITuple6
@NotNull public Tuple3<T5,T1,T3> _513()
ITuple6
@NotNull public Tuple3<T5,T3,T1> _531()
ITuple6
@NotNull public Tuple3<T3,T5,T1> _351()
ITuple6
@NotNull public Tuple3<T3,T1,T5> _315()
ITuple6
@NotNull public Tuple3<T2,T3,T5> _235()
ITuple6
@NotNull public Tuple3<T2,T5,T3> _253()
ITuple6
@NotNull public Tuple3<T5,T2,T3> _523()
ITuple6
@NotNull public Tuple3<T5,T3,T2> _532()
ITuple6
@NotNull public Tuple3<T3,T5,T2> _352()
ITuple6
@NotNull public Tuple3<T3,T2,T5> _325()
ITuple6
@NotNull public Tuple3<T1,T4,T5> _145()
ITuple6
@NotNull public Tuple3<T1,T5,T4> _154()
ITuple6
@NotNull public Tuple3<T5,T1,T4> _514()
ITuple6
@NotNull public Tuple3<T5,T4,T1> _541()
ITuple6
@NotNull public Tuple3<T4,T5,T1> _451()
ITuple6
@NotNull public Tuple3<T4,T1,T5> _415()
ITuple6
@NotNull public Tuple3<T2,T4,T5> _245()
ITuple6
@NotNull public Tuple3<T2,T5,T4> _254()
ITuple6
@NotNull public Tuple3<T5,T2,T4> _524()
ITuple6
@NotNull public Tuple3<T5,T4,T2> _542()
ITuple6
@NotNull public Tuple3<T4,T5,T2> _452()
ITuple6
@NotNull public Tuple3<T4,T2,T5> _425()
ITuple6
@NotNull public Tuple3<T3,T4,T5> _345()
ITuple6
@NotNull public Tuple3<T3,T5,T4> _354()
ITuple6
@NotNull public Tuple3<T5,T3,T4> _534()
ITuple6
@NotNull public Tuple3<T5,T4,T3> _543()
ITuple6
@NotNull public Tuple3<T4,T5,T3> _453()
ITuple6
@NotNull public Tuple3<T4,T3,T5> _435()
ITuple6
@NotNull public Tuple3<T1,T2,T6> _126()
ITuple6
@NotNull public Tuple3<T1,T6,T2> _162()
ITuple6
@NotNull public Tuple3<T6,T1,T2> _612()
ITuple6
@NotNull public Tuple3<T6,T2,T1> _621()
ITuple6
@NotNull public Tuple3<T2,T6,T1> _261()
ITuple6
@NotNull public Tuple3<T2,T1,T6> _216()
ITuple6
@NotNull public Tuple3<T1,T3,T6> _136()
ITuple6
@NotNull public Tuple3<T1,T6,T3> _163()
ITuple6
@NotNull public Tuple3<T6,T1,T3> _613()
ITuple6
@NotNull public Tuple3<T6,T3,T1> _631()
ITuple6
@NotNull public Tuple3<T3,T6,T1> _361()
ITuple6
@NotNull public Tuple3<T3,T1,T6> _316()
ITuple6
@NotNull public Tuple3<T2,T3,T6> _236()
ITuple6
@NotNull public Tuple3<T2,T6,T3> _263()
ITuple6
@NotNull public Tuple3<T6,T2,T3> _623()
ITuple6
@NotNull public Tuple3<T6,T3,T2> _632()
ITuple6
@NotNull public Tuple3<T3,T6,T2> _362()
ITuple6
@NotNull public Tuple3<T3,T2,T6> _326()
ITuple6
@NotNull public Tuple3<T1,T4,T6> _146()
ITuple6
@NotNull public Tuple3<T1,T6,T4> _164()
ITuple6
@NotNull public Tuple3<T6,T1,T4> _614()
ITuple6
@NotNull public Tuple3<T6,T4,T1> _641()
ITuple6
@NotNull public Tuple3<T4,T6,T1> _461()
ITuple6
@NotNull public Tuple3<T4,T1,T6> _416()
ITuple6
@NotNull public Tuple3<T2,T4,T6> _246()
ITuple6
@NotNull public Tuple3<T2,T6,T4> _264()
ITuple6
@NotNull public Tuple3<T6,T2,T4> _624()
ITuple6
@NotNull public Tuple3<T6,T4,T2> _642()
ITuple6
@NotNull public Tuple3<T4,T6,T2> _462()
ITuple6
@NotNull public Tuple3<T4,T2,T6> _426()
ITuple6
@NotNull public Tuple3<T3,T4,T6> _346()
ITuple6
@NotNull public Tuple3<T3,T6,T4> _364()
ITuple6
@NotNull public Tuple3<T6,T3,T4> _634()
ITuple6
@NotNull public Tuple3<T6,T4,T3> _643()
ITuple6
@NotNull public Tuple3<T4,T6,T3> _463()
ITuple6
@NotNull public Tuple3<T4,T3,T6> _436()
ITuple6
@NotNull public Tuple3<T1,T5,T6> _156()
ITuple6
@NotNull public Tuple3<T1,T6,T5> _165()
ITuple6
@NotNull public Tuple3<T6,T1,T5> _615()
ITuple6
@NotNull public Tuple3<T6,T5,T1> _651()
ITuple6
@NotNull public Tuple3<T5,T6,T1> _561()
ITuple6
@NotNull public Tuple3<T5,T1,T6> _516()
ITuple6
@NotNull public Tuple3<T2,T5,T6> _256()
ITuple6
@NotNull public Tuple3<T2,T6,T5> _265()
ITuple6
@NotNull public Tuple3<T6,T2,T5> _625()
ITuple6
@NotNull public Tuple3<T6,T5,T2> _652()
ITuple6
@NotNull public Tuple3<T5,T6,T2> _562()
ITuple6
@NotNull public Tuple3<T5,T2,T6> _526()
ITuple6
@NotNull public Tuple3<T3,T5,T6> _356()
ITuple6
@NotNull public Tuple3<T3,T6,T5> _365()
ITuple6
@NotNull public Tuple3<T6,T3,T5> _635()
ITuple6
@NotNull public Tuple3<T6,T5,T3> _653()
ITuple6
@NotNull public Tuple3<T5,T6,T3> _563()
ITuple6
@NotNull public Tuple3<T5,T3,T6> _536()
ITuple6
@NotNull public Tuple3<T4,T5,T6> _456()
ITuple6
@NotNull public Tuple3<T4,T6,T5> _465()
ITuple6
@NotNull public Tuple3<T6,T4,T5> _645()
ITuple6
@NotNull public Tuple3<T6,T5,T4> _654()
ITuple6
@NotNull public Tuple3<T5,T6,T4> _564()
ITuple6
@NotNull public Tuple3<T5,T4,T6> _546()
ITuple6
@NotNull public Tuple2<T1,T2> _12()
ITuple6
@NotNull public Tuple2<T2,T1> _21()
ITuple6
@NotNull public Tuple2<T1,T3> _13()
ITuple6
@NotNull public Tuple2<T3,T1> _31()
ITuple6
@NotNull public Tuple2<T2,T3> _23()
ITuple6
@NotNull public Tuple2<T3,T2> _32()
ITuple6
@NotNull public Tuple2<T1,T4> _14()
ITuple6
@NotNull public Tuple2<T4,T1> _41()
ITuple6
@NotNull public Tuple2<T2,T4> _24()
ITuple6
@NotNull public Tuple2<T4,T2> _42()
ITuple6
@NotNull public Tuple2<T3,T4> _34()
ITuple6
@NotNull public Tuple2<T4,T3> _43()
ITuple6
@NotNull public Tuple2<T1,T5> _15()
ITuple6
@NotNull public Tuple2<T5,T1> _51()
ITuple6
@NotNull public Tuple2<T2,T5> _25()
ITuple6
@NotNull public Tuple2<T5,T2> _52()
ITuple6
@NotNull public Tuple2<T3,T5> _35()
ITuple6
@NotNull public Tuple2<T5,T3> _53()
ITuple6
@NotNull public Tuple2<T4,T5> _45()
ITuple6
@NotNull public Tuple2<T5,T4> _54()
ITuple6
@NotNull public Tuple2<T1,T6> _16()
ITuple6
@NotNull public Tuple2<T6,T1> _61()
ITuple6
@NotNull public Tuple2<T2,T6> _26()
ITuple6
@NotNull public Tuple2<T6,T2> _62()
ITuple6
@NotNull public Tuple2<T3,T6> _36()
ITuple6
@NotNull public Tuple2<T6,T3> _63()
ITuple6
@NotNull public Tuple2<T4,T6> _46()
ITuple6
@NotNull public Tuple2<T6,T4> _64()
ITuple6
@NotNull public Tuple2<T5,T6> _56()
ITuple6
@NotNull public Tuple2<T6,T5> _65()
ITuple6
@NotNull public Tuple6<T1,T2,T3,T4,T5,T6> frozenNotNull()
ITuple6
null
elements, but if this interface has null
elements this method
will throw a NullPointerException
.
See ITuple6.frozen()
for a method which will not throw exceptions.
@NotNull public <E1> Tuple6<E1,T2,T3,T4,T5,T6> x1(@NotNull E1 e1)
E1
- type of exchanged first elemente1
- new first element@NotNull public <E2> Tuple6<T1,E2,T3,T4,T5,T6> x2(@NotNull E2 e2)
E2
- type of exchanged second elemente2
- new second element@NotNull public <E3> Tuple6<T1,T2,E3,T4,T5,T6> x3(@NotNull E3 e3)
E3
- type of exchanged third elemente3
- new third element@NotNull public <E4> Tuple6<T1,T2,T3,E4,T5,T6> x4(@NotNull E4 e4)
E4
- type of exchanged fourth elemente4
- new fourth element@NotNull public <E5> Tuple6<T1,T2,T3,T4,E5,T6> x5(@NotNull E5 e5)
E5
- type of exchanged fifth elemente5
- new fifth element@NotNull public <E6> Tuple6<T1,T2,T3,T4,T5,E6> x6(@NotNull E6 e6)
E6
- type of exchanged sixth elemente6
- new sixth element@NotNull public <E1,E2> Tuple6<E1,E2,T3,T4,T5,T6> x12(@NotNull E1 e1, @NotNull E2 e2)
E1
- type of exchanged first elementE2
- type of exchanged second elemente1
- new first elemente2
- new second element@NotNull public <E1,E3> Tuple6<E1,T2,E3,T4,T5,T6> x13(@NotNull E1 e1, @NotNull E3 e3)
E1
- type of exchanged first elementE3
- type of exchanged third elemente1
- new first elemente3
- new third element@NotNull public <E2,E3> Tuple6<T1,E2,E3,T4,T5,T6> x23(@NotNull E2 e2, @NotNull E3 e3)
E2
- type of exchanged second elementE3
- type of exchanged third elemente2
- new second elemente3
- new third element@NotNull public <E1,E4> Tuple6<E1,T2,T3,E4,T5,T6> x14(@NotNull E1 e1, @NotNull E4 e4)
E1
- type of exchanged first elementE4
- type of exchanged fourth elemente1
- new first elemente4
- new fourth element@NotNull public <E2,E4> Tuple6<T1,E2,T3,E4,T5,T6> x24(@NotNull E2 e2, @NotNull E4 e4)
E2
- type of exchanged second elementE4
- type of exchanged fourth elemente2
- new second elemente4
- new fourth element@NotNull public <E3,E4> Tuple6<T1,T2,E3,E4,T5,T6> x34(@NotNull E3 e3, @NotNull E4 e4)
E3
- type of exchanged third elementE4
- type of exchanged fourth elemente3
- new third elemente4
- new fourth element@NotNull public <E1,E5> Tuple6<E1,T2,T3,T4,E5,T6> x15(@NotNull E1 e1, @NotNull E5 e5)
E1
- type of exchanged first elementE5
- type of exchanged fifth elemente1
- new first elemente5
- new fifth element@NotNull public <E2,E5> Tuple6<T1,E2,T3,T4,E5,T6> x25(@NotNull E2 e2, @NotNull E5 e5)
E2
- type of exchanged second elementE5
- type of exchanged fifth elemente2
- new second elemente5
- new fifth element@NotNull public <E3,E5> Tuple6<T1,T2,E3,T4,E5,T6> x35(@NotNull E3 e3, @NotNull E5 e5)
E3
- type of exchanged third elementE5
- type of exchanged fifth elemente3
- new third elemente5
- new fifth element@NotNull public <E4,E5> Tuple6<T1,T2,T3,E4,E5,T6> x45(@NotNull E4 e4, @NotNull E5 e5)
E4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente4
- new fourth elemente5
- new fifth element@NotNull public <E1,E6> Tuple6<E1,T2,T3,T4,T5,E6> x16(@NotNull E1 e1, @NotNull E6 e6)
E1
- type of exchanged first elementE6
- type of exchanged sixth elemente1
- new first elemente6
- new sixth element@NotNull public <E2,E6> Tuple6<T1,E2,T3,T4,T5,E6> x26(@NotNull E2 e2, @NotNull E6 e6)
E2
- type of exchanged second elementE6
- type of exchanged sixth elemente2
- new second elemente6
- new sixth element@NotNull public <E3,E6> Tuple6<T1,T2,E3,T4,T5,E6> x36(@NotNull E3 e3, @NotNull E6 e6)
E3
- type of exchanged third elementE6
- type of exchanged sixth elemente3
- new third elemente6
- new sixth element@NotNull public <E4,E6> Tuple6<T1,T2,T3,E4,T5,E6> x46(@NotNull E4 e4, @NotNull E6 e6)
E4
- type of exchanged fourth elementE6
- type of exchanged sixth elemente4
- new fourth elemente6
- new sixth element@NotNull public <E5,E6> Tuple6<T1,T2,T3,T4,E5,E6> x56(@NotNull E5 e5, @NotNull E6 e6)
E5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente5
- new fifth elemente6
- new sixth element@NotNull public <E1,E2,E3> Tuple6<E1,E2,E3,T4,T5,T6> x123(@NotNull E1 e1, @NotNull E2 e2, @NotNull E3 e3)
E1
- type of exchanged first elementE2
- type of exchanged second elementE3
- type of exchanged third elemente1
- new first elemente2
- new second elemente3
- new third element@NotNull public <E1,E2,E4> Tuple6<E1,E2,T3,E4,T5,T6> x124(@NotNull E1 e1, @NotNull E2 e2, @NotNull E4 e4)
E1
- type of exchanged first elementE2
- type of exchanged second elementE4
- type of exchanged fourth elemente1
- new first elemente2
- new second elemente4
- new fourth element@NotNull public <E1,E3,E4> Tuple6<E1,T2,E3,E4,T5,T6> x134(@NotNull E1 e1, @NotNull E3 e3, @NotNull E4 e4)
E1
- type of exchanged first elementE3
- type of exchanged third elementE4
- type of exchanged fourth elemente1
- new first elemente3
- new third elemente4
- new fourth element@NotNull public <E2,E3,E4> Tuple6<T1,E2,E3,E4,T5,T6> x234(@NotNull E2 e2, @NotNull E3 e3, @NotNull E4 e4)
E2
- type of exchanged second elementE3
- type of exchanged third elementE4
- type of exchanged fourth elemente2
- new second elemente3
- new third elemente4
- new fourth element@NotNull public <E1,E2,E5> Tuple6<E1,E2,T3,T4,E5,T6> x125(@NotNull E1 e1, @NotNull E2 e2, @NotNull E5 e5)
E1
- type of exchanged first elementE2
- type of exchanged second elementE5
- type of exchanged fifth elemente1
- new first elemente2
- new second elemente5
- new fifth element@NotNull public <E1,E3,E5> Tuple6<E1,T2,E3,T4,E5,T6> x135(@NotNull E1 e1, @NotNull E3 e3, @NotNull E5 e5)
E1
- type of exchanged first elementE3
- type of exchanged third elementE5
- type of exchanged fifth elemente1
- new first elemente3
- new third elemente5
- new fifth element@NotNull public <E2,E3,E5> Tuple6<T1,E2,E3,T4,E5,T6> x235(@NotNull E2 e2, @NotNull E3 e3, @NotNull E5 e5)
E2
- type of exchanged second elementE3
- type of exchanged third elementE5
- type of exchanged fifth elemente2
- new second elemente3
- new third elemente5
- new fifth element@NotNull public <E1,E4,E5> Tuple6<E1,T2,T3,E4,E5,T6> x145(@NotNull E1 e1, @NotNull E4 e4, @NotNull E5 e5)
E1
- type of exchanged first elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente1
- new first elemente4
- new fourth elemente5
- new fifth element@NotNull public <E2,E4,E5> Tuple6<T1,E2,T3,E4,E5,T6> x245(@NotNull E2 e2, @NotNull E4 e4, @NotNull E5 e5)
E2
- type of exchanged second elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente2
- new second elemente4
- new fourth elemente5
- new fifth element@NotNull public <E3,E4,E5> Tuple6<T1,T2,E3,E4,E5,T6> x345(@NotNull E3 e3, @NotNull E4 e4, @NotNull E5 e5)
E3
- type of exchanged third elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente3
- new third elemente4
- new fourth elemente5
- new fifth element@NotNull public <E1,E2,E6> Tuple6<E1,E2,T3,T4,T5,E6> x126(@NotNull E1 e1, @NotNull E2 e2, @NotNull E6 e6)
E1
- type of exchanged first elementE2
- type of exchanged second elementE6
- type of exchanged sixth elemente1
- new first elemente2
- new second elemente6
- new sixth element@NotNull public <E1,E3,E6> Tuple6<E1,T2,E3,T4,T5,E6> x136(@NotNull E1 e1, @NotNull E3 e3, @NotNull E6 e6)
E1
- type of exchanged first elementE3
- type of exchanged third elementE6
- type of exchanged sixth elemente1
- new first elemente3
- new third elemente6
- new sixth element@NotNull public <E2,E3,E6> Tuple6<T1,E2,E3,T4,T5,E6> x236(@NotNull E2 e2, @NotNull E3 e3, @NotNull E6 e6)
E2
- type of exchanged second elementE3
- type of exchanged third elementE6
- type of exchanged sixth elemente2
- new second elemente3
- new third elemente6
- new sixth element@NotNull public <E1,E4,E6> Tuple6<E1,T2,T3,E4,T5,E6> x146(@NotNull E1 e1, @NotNull E4 e4, @NotNull E6 e6)
E1
- type of exchanged first elementE4
- type of exchanged fourth elementE6
- type of exchanged sixth elemente1
- new first elemente4
- new fourth elemente6
- new sixth element@NotNull public <E2,E4,E6> Tuple6<T1,E2,T3,E4,T5,E6> x246(@NotNull E2 e2, @NotNull E4 e4, @NotNull E6 e6)
E2
- type of exchanged second elementE4
- type of exchanged fourth elementE6
- type of exchanged sixth elemente2
- new second elemente4
- new fourth elemente6
- new sixth element@NotNull public <E3,E4,E6> Tuple6<T1,T2,E3,E4,T5,E6> x346(@NotNull E3 e3, @NotNull E4 e4, @NotNull E6 e6)
E3
- type of exchanged third elementE4
- type of exchanged fourth elementE6
- type of exchanged sixth elemente3
- new third elemente4
- new fourth elemente6
- new sixth element@NotNull public <E1,E5,E6> Tuple6<E1,T2,T3,T4,E5,E6> x156(@NotNull E1 e1, @NotNull E5 e5, @NotNull E6 e6)
E1
- type of exchanged first elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente1
- new first elemente5
- new fifth elemente6
- new sixth element@NotNull public <E2,E5,E6> Tuple6<T1,E2,T3,T4,E5,E6> x256(@NotNull E2 e2, @NotNull E5 e5, @NotNull E6 e6)
E2
- type of exchanged second elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente2
- new second elemente5
- new fifth elemente6
- new sixth element@NotNull public <E3,E5,E6> Tuple6<T1,T2,E3,T4,E5,E6> x356(@NotNull E3 e3, @NotNull E5 e5, @NotNull E6 e6)
E3
- type of exchanged third elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente3
- new third elemente5
- new fifth elemente6
- new sixth element@NotNull public <E4,E5,E6> Tuple6<T1,T2,T3,E4,E5,E6> x456(@NotNull E4 e4, @NotNull E5 e5, @NotNull E6 e6)
E4
- type of exchanged fourth elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente4
- new fourth elemente5
- new fifth elemente6
- new sixth element@NotNull public <E1,E2,E3,E4> Tuple6<E1,E2,E3,E4,T5,T6> x1234(@NotNull E1 e1, @NotNull E2 e2, @NotNull E3 e3, @NotNull E4 e4)
E1
- type of exchanged first elementE2
- type of exchanged second elementE3
- type of exchanged third elementE4
- type of exchanged fourth elemente1
- new first elemente2
- new second elemente3
- new third elemente4
- new fourth element@NotNull public <E1,E2,E3,E5> Tuple6<E1,E2,E3,T4,E5,T6> x1235(@NotNull E1 e1, @NotNull E2 e2, @NotNull E3 e3, @NotNull E5 e5)
E1
- type of exchanged first elementE2
- type of exchanged second elementE3
- type of exchanged third elementE5
- type of exchanged fifth elemente1
- new first elemente2
- new second elemente3
- new third elemente5
- new fifth element@NotNull public <E1,E2,E4,E5> Tuple6<E1,E2,T3,E4,E5,T6> x1245(@NotNull E1 e1, @NotNull E2 e2, @NotNull E4 e4, @NotNull E5 e5)
E1
- type of exchanged first elementE2
- type of exchanged second elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente1
- new first elemente2
- new second elemente4
- new fourth elemente5
- new fifth element@NotNull public <E1,E3,E4,E5> Tuple6<E1,T2,E3,E4,E5,T6> x1345(@NotNull E1 e1, @NotNull E3 e3, @NotNull E4 e4, @NotNull E5 e5)
E1
- type of exchanged first elementE3
- type of exchanged third elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente1
- new first elemente3
- new third elemente4
- new fourth elemente5
- new fifth element@NotNull public <E2,E3,E4,E5> Tuple6<T1,E2,E3,E4,E5,T6> x2345(@NotNull E2 e2, @NotNull E3 e3, @NotNull E4 e4, @NotNull E5 e5)
E2
- type of exchanged second elementE3
- type of exchanged third elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente2
- new second elemente3
- new third elemente4
- new fourth elemente5
- new fifth element@NotNull public <E1,E2,E3,E6> Tuple6<E1,E2,E3,T4,T5,E6> x1236(@NotNull E1 e1, @NotNull E2 e2, @NotNull E3 e3, @NotNull E6 e6)
E1
- type of exchanged first elementE2
- type of exchanged second elementE3
- type of exchanged third elementE6
- type of exchanged sixth elemente1
- new first elemente2
- new second elemente3
- new third elemente6
- new sixth element@NotNull public <E1,E2,E4,E6> Tuple6<E1,E2,T3,E4,T5,E6> x1246(@NotNull E1 e1, @NotNull E2 e2, @NotNull E4 e4, @NotNull E6 e6)
E1
- type of exchanged first elementE2
- type of exchanged second elementE4
- type of exchanged fourth elementE6
- type of exchanged sixth elemente1
- new first elemente2
- new second elemente4
- new fourth elemente6
- new sixth element@NotNull public <E1,E3,E4,E6> Tuple6<E1,T2,E3,E4,T5,E6> x1346(@NotNull E1 e1, @NotNull E3 e3, @NotNull E4 e4, @NotNull E6 e6)
E1
- type of exchanged first elementE3
- type of exchanged third elementE4
- type of exchanged fourth elementE6
- type of exchanged sixth elemente1
- new first elemente3
- new third elemente4
- new fourth elemente6
- new sixth element@NotNull public <E2,E3,E4,E6> Tuple6<T1,E2,E3,E4,T5,E6> x2346(@NotNull E2 e2, @NotNull E3 e3, @NotNull E4 e4, @NotNull E6 e6)
E2
- type of exchanged second elementE3
- type of exchanged third elementE4
- type of exchanged fourth elementE6
- type of exchanged sixth elemente2
- new second elemente3
- new third elemente4
- new fourth elemente6
- new sixth element@NotNull public <E1,E2,E5,E6> Tuple6<E1,E2,T3,T4,E5,E6> x1256(@NotNull E1 e1, @NotNull E2 e2, @NotNull E5 e5, @NotNull E6 e6)
E1
- type of exchanged first elementE2
- type of exchanged second elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente1
- new first elemente2
- new second elemente5
- new fifth elemente6
- new sixth element@NotNull public <E1,E3,E5,E6> Tuple6<E1,T2,E3,T4,E5,E6> x1356(@NotNull E1 e1, @NotNull E3 e3, @NotNull E5 e5, @NotNull E6 e6)
E1
- type of exchanged first elementE3
- type of exchanged third elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente1
- new first elemente3
- new third elemente5
- new fifth elemente6
- new sixth element@NotNull public <E2,E3,E5,E6> Tuple6<T1,E2,E3,T4,E5,E6> x2356(@NotNull E2 e2, @NotNull E3 e3, @NotNull E5 e5, @NotNull E6 e6)
E2
- type of exchanged second elementE3
- type of exchanged third elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente2
- new second elemente3
- new third elemente5
- new fifth elemente6
- new sixth element@NotNull public <E1,E4,E5,E6> Tuple6<E1,T2,T3,E4,E5,E6> x1456(@NotNull E1 e1, @NotNull E4 e4, @NotNull E5 e5, @NotNull E6 e6)
E1
- type of exchanged first elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente1
- new first elemente4
- new fourth elemente5
- new fifth elemente6
- new sixth element@NotNull public <E2,E4,E5,E6> Tuple6<T1,E2,T3,E4,E5,E6> x2456(@NotNull E2 e2, @NotNull E4 e4, @NotNull E5 e5, @NotNull E6 e6)
E2
- type of exchanged second elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente2
- new second elemente4
- new fourth elemente5
- new fifth elemente6
- new sixth element@NotNull public <E3,E4,E5,E6> Tuple6<T1,T2,E3,E4,E5,E6> x3456(@NotNull E3 e3, @NotNull E4 e4, @NotNull E5 e5, @NotNull E6 e6)
E3
- type of exchanged third elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente3
- new third elemente4
- new fourth elemente5
- new fifth elemente6
- new sixth element@NotNull public <E1,E2,E3,E4,E5> Tuple6<E1,E2,E3,E4,E5,T6> x12345(@NotNull E1 e1, @NotNull E2 e2, @NotNull E3 e3, @NotNull E4 e4, @NotNull E5 e5)
E1
- type of exchanged first elementE2
- type of exchanged second elementE3
- type of exchanged third elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente1
- new first elemente2
- new second elemente3
- new third elemente4
- new fourth elemente5
- new fifth element@NotNull public <E1,E2,E3,E4,E6> Tuple6<E1,E2,E3,E4,T5,E6> x12346(@NotNull E1 e1, @NotNull E2 e2, @NotNull E3 e3, @NotNull E4 e4, @NotNull E6 e6)
E1
- type of exchanged first elementE2
- type of exchanged second elementE3
- type of exchanged third elementE4
- type of exchanged fourth elementE6
- type of exchanged sixth elemente1
- new first elemente2
- new second elemente3
- new third elemente4
- new fourth elemente6
- new sixth element@NotNull public <E1,E2,E3,E5,E6> Tuple6<E1,E2,E3,T4,E5,E6> x12356(@NotNull E1 e1, @NotNull E2 e2, @NotNull E3 e3, @NotNull E5 e5, @NotNull E6 e6)
E1
- type of exchanged first elementE2
- type of exchanged second elementE3
- type of exchanged third elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente1
- new first elemente2
- new second elemente3
- new third elemente5
- new fifth elemente6
- new sixth element@NotNull public <E1,E2,E4,E5,E6> Tuple6<E1,E2,T3,E4,E5,E6> x12456(@NotNull E1 e1, @NotNull E2 e2, @NotNull E4 e4, @NotNull E5 e5, @NotNull E6 e6)
E1
- type of exchanged first elementE2
- type of exchanged second elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente1
- new first elemente2
- new second elemente4
- new fourth elemente5
- new fifth elemente6
- new sixth element@NotNull public <E1,E3,E4,E5,E6> Tuple6<E1,T2,E3,E4,E5,E6> x13456(@NotNull E1 e1, @NotNull E3 e3, @NotNull E4 e4, @NotNull E5 e5, @NotNull E6 e6)
E1
- type of exchanged first elementE3
- type of exchanged third elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente1
- new first elemente3
- new third elemente4
- new fourth elemente5
- new fifth elemente6
- new sixth element@NotNull public <E2,E3,E4,E5,E6> Tuple6<T1,E2,E3,E4,E5,E6> x23456(@NotNull E2 e2, @NotNull E3 e3, @NotNull E4 e4, @NotNull E5 e5, @NotNull E6 e6)
E2
- type of exchanged second elementE3
- type of exchanged third elementE4
- type of exchanged fourth elementE5
- type of exchanged fifth elementE6
- type of exchanged sixth elemente2
- new second elemente3
- new third elemente4
- new fourth elemente5
- new fifth elemente6
- new sixth element@NotNull public <T> Tuple7<T,T1,T2,T3,T4,T5,T6> i1(@NotNull T e1)
T
- new element typee1
- new element@NotNull public <T> Tuple7<T1,T,T2,T3,T4,T5,T6> i2(@NotNull T e2)
T
- new element typee2
- new element@NotNull public <T> Tuple7<T1,T2,T,T3,T4,T5,T6> i3(@NotNull T e3)
T
- new element typee3
- new element@NotNull public <T> Tuple7<T1,T2,T3,T,T4,T5,T6> i4(@NotNull T e4)
T
- new element typee4
- new element@NotNull public <T> Tuple7<T1,T2,T3,T4,T,T5,T6> i5(@NotNull T e5)
T
- new element typee5
- new element@NotNull public <T> Tuple7<T1,T2,T3,T4,T5,T,T6> i6(@NotNull T e6)
T
- new element typee6
- new element@NotNull public <T> Tuple7<T1,T2,T3,T4,T5,T6,T> i7(@NotNull T e7)
T
- new element typee7
- new element