T1
- type of first elementT2
- type of second elementT3
- type of third elementT4
- type of fourth elementT5
- type of fifth elementT6
- type of sixth elementT7
- type of seventh elementpublic class Tuple7<T1,T2,T3,T4,T5,T6,T7> extends ITuple7.Base<T1,T2,T3,T4,T5,T6,T7> implements java.io.Serializable
Indexable.viewTuple(ITuple7)
will come to help.
Note that this class is automatically created by tools.TupleClassCreator
(not yet public).NTuple7
,
Serialized FormConstructor and Description |
---|
Tuple7(T1 e1,
T2 e2,
T3 e3,
T4 e4,
T5 e5,
T6 e6,
T7 e7)
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.
|
Tuple6<T1,T2,T3,T4,T5,T6> |
_123456()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th.
|
Tuple6<T1,T2,T3,T4,T5,T7> |
_123457()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th.
|
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.
|
Tuple6<T1,T2,T3,T4,T6,T7> |
_123467()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th.
|
Tuple5<T1,T2,T3,T4,T7> |
_12347()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th.
|
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.
|
Tuple6<T1,T2,T3,T5,T6,T7> |
_123567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th.
|
Tuple5<T1,T2,T3,T5,T7> |
_12357()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th.
|
Tuple4<T1,T2,T3,T6> |
_1236()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th.
|
Tuple5<T1,T2,T3,T6,T7> |
_12367()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th.
|
Tuple4<T1,T2,T3,T7> |
_1237()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th.
|
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.
|
Tuple6<T1,T2,T4,T5,T6,T7> |
_124567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th.
|
Tuple5<T1,T2,T4,T5,T7> |
_12457()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th.
|
Tuple4<T1,T2,T4,T6> |
_1246()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th.
|
Tuple5<T1,T2,T4,T6,T7> |
_12467()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th.
|
Tuple4<T1,T2,T4,T7> |
_1247()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th.
|
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.
|
Tuple5<T1,T2,T5,T6,T7> |
_12567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th.
|
Tuple4<T1,T2,T5,T7> |
_1257()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th.
|
Tuple3<T1,T2,T6> |
_126()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 6th.
|
Tuple4<T1,T2,T6,T7> |
_1267()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th.
|
Tuple3<T1,T2,T7> |
_127()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 7th.
|
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.
|
Tuple6<T1,T3,T4,T5,T6,T7> |
_134567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th.
|
Tuple5<T1,T3,T4,T5,T7> |
_13457()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th.
|
Tuple4<T1,T3,T4,T6> |
_1346()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th.
|
Tuple5<T1,T3,T4,T6,T7> |
_13467()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th.
|
Tuple4<T1,T3,T4,T7> |
_1347()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th.
|
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.
|
Tuple5<T1,T3,T5,T6,T7> |
_13567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th.
|
Tuple4<T1,T3,T5,T7> |
_1357()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th.
|
Tuple3<T1,T3,T6> |
_136()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 6th.
|
Tuple4<T1,T3,T6,T7> |
_1367()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th.
|
Tuple3<T1,T3,T7> |
_137()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 7th.
|
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.
|
Tuple5<T1,T4,T5,T6,T7> |
_14567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th.
|
Tuple4<T1,T4,T5,T7> |
_1457()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th.
|
Tuple3<T1,T4,T6> |
_146()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 6th.
|
Tuple4<T1,T4,T6,T7> |
_1467()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th.
|
Tuple3<T1,T4,T7> |
_147()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 7th.
|
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.
|
Tuple4<T1,T5,T6,T7> |
_1567()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th.
|
Tuple3<T1,T5,T7> |
_157()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 7th.
|
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.
|
Tuple3<T1,T6,T7> |
_167()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 7th.
|
Tuple2<T1,T7> |
_17()
Create a new 2-tuple from this one where the elements are ordered: 1st, 7th.
|
Tuple3<T1,T7,T2> |
_172()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 2nd.
|
Tuple3<T1,T7,T3> |
_173()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 3rd.
|
Tuple3<T1,T7,T4> |
_174()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 4th.
|
Tuple3<T1,T7,T5> |
_175()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 5th.
|
Tuple3<T1,T7,T6> |
_176()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 6th.
|
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.
|
Tuple3<T2,T1,T7> |
_217()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 7th.
|
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.
|
Tuple6<T2,T3,T4,T5,T6,T7> |
_234567()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th.
|
Tuple5<T2,T3,T4,T5,T7> |
_23457()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th.
|
Tuple4<T2,T3,T4,T6> |
_2346()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th.
|
Tuple5<T2,T3,T4,T6,T7> |
_23467()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th.
|
Tuple4<T2,T3,T4,T7> |
_2347()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th.
|
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.
|
Tuple5<T2,T3,T5,T6,T7> |
_23567()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th.
|
Tuple4<T2,T3,T5,T7> |
_2357()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th.
|
Tuple3<T2,T3,T6> |
_236()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 6th.
|
Tuple4<T2,T3,T6,T7> |
_2367()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th.
|
Tuple3<T2,T3,T7> |
_237()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 7th.
|
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.
|
Tuple5<T2,T4,T5,T6,T7> |
_24567()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th.
|
Tuple4<T2,T4,T5,T7> |
_2457()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th.
|
Tuple3<T2,T4,T6> |
_246()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 6th.
|
Tuple4<T2,T4,T6,T7> |
_2467()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th.
|
Tuple3<T2,T4,T7> |
_247()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 7th.
|
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.
|
Tuple4<T2,T5,T6,T7> |
_2567()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th.
|
Tuple3<T2,T5,T7> |
_257()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 7th.
|
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.
|
Tuple3<T2,T6,T7> |
_267()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 7th.
|
Tuple2<T2,T7> |
_27()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 7th.
|
Tuple3<T2,T7,T1> |
_271()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 1st.
|
Tuple3<T2,T7,T3> |
_273()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 3rd.
|
Tuple3<T2,T7,T4> |
_274()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 4th.
|
Tuple3<T2,T7,T5> |
_275()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 5th.
|
Tuple3<T2,T7,T6> |
_276()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 6th.
|
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.
|
Tuple3<T3,T1,T7> |
_317()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 7th.
|
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.
|
Tuple3<T3,T2,T7> |
_327()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 7th.
|
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.
|
Tuple5<T3,T4,T5,T6,T7> |
_34567()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th.
|
Tuple4<T3,T4,T5,T7> |
_3457()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th.
|
Tuple3<T3,T4,T6> |
_346()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 6th.
|
Tuple4<T3,T4,T6,T7> |
_3467()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th.
|
Tuple3<T3,T4,T7> |
_347()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 7th.
|
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.
|
Tuple4<T3,T5,T6,T7> |
_3567()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th.
|
Tuple3<T3,T5,T7> |
_357()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 7th.
|
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.
|
Tuple3<T3,T6,T7> |
_367()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 7th.
|
Tuple2<T3,T7> |
_37()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 7th.
|
Tuple3<T3,T7,T1> |
_371()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 1st.
|
Tuple3<T3,T7,T2> |
_372()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 2nd.
|
Tuple3<T3,T7,T4> |
_374()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 4th.
|
Tuple3<T3,T7,T5> |
_375()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 5th.
|
Tuple3<T3,T7,T6> |
_376()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 6th.
|
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.
|
Tuple3<T4,T1,T7> |
_417()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 7th.
|
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.
|
Tuple3<T4,T2,T7> |
_427()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 7th.
|
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.
|
Tuple3<T4,T3,T7> |
_437()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 7th.
|
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.
|
Tuple4<T4,T5,T6,T7> |
_4567()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th.
|
Tuple3<T4,T5,T7> |
_457()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 7th.
|
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.
|
Tuple3<T4,T6,T7> |
_467()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 7th.
|
Tuple2<T4,T7> |
_47()
Create a new 2-tuple from this one where the elements are ordered: 4th, 7th.
|
Tuple3<T4,T7,T1> |
_471()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 1st.
|
Tuple3<T4,T7,T2> |
_472()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 2nd.
|
Tuple3<T4,T7,T3> |
_473()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 3rd.
|
Tuple3<T4,T7,T5> |
_475()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 5th.
|
Tuple3<T4,T7,T6> |
_476()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 6th.
|
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.
|
Tuple3<T5,T1,T7> |
_517()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 7th.
|
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.
|
Tuple3<T5,T2,T7> |
_527()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 7th.
|
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.
|
Tuple3<T5,T3,T7> |
_537()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 7th.
|
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.
|
Tuple3<T5,T4,T7> |
_547()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 7th.
|
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.
|
Tuple3<T5,T6,T7> |
_567()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 7th.
|
Tuple2<T5,T7> |
_57()
Create a new 2-tuple from this one where the elements are ordered: 5th, 7th.
|
Tuple3<T5,T7,T1> |
_571()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 1st.
|
Tuple3<T5,T7,T2> |
_572()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 2nd.
|
Tuple3<T5,T7,T3> |
_573()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 3rd.
|
Tuple3<T5,T7,T4> |
_574()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 4th.
|
Tuple3<T5,T7,T6> |
_576()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 6th.
|
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.
|
Tuple3<T6,T1,T7> |
_617()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 7th.
|
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.
|
Tuple3<T6,T2,T7> |
_627()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 7th.
|
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.
|
Tuple3<T6,T3,T7> |
_637()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 7th.
|
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.
|
Tuple3<T6,T4,T7> |
_647()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 7th.
|
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.
|
Tuple3<T6,T5,T7> |
_657()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 7th.
|
Tuple2<T6,T7> |
_67()
Create a new 2-tuple from this one where the elements are ordered: 6th, 7th.
|
Tuple3<T6,T7,T1> |
_671()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 1st.
|
Tuple3<T6,T7,T2> |
_672()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 2nd.
|
Tuple3<T6,T7,T3> |
_673()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 3rd.
|
Tuple3<T6,T7,T4> |
_674()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 4th.
|
Tuple3<T6,T7,T5> |
_675()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 5th.
|
T7 |
_7()
Get the seventh element.
|
Tuple2<T7,T1> |
_71()
Create a new 2-tuple from this one where the elements are ordered: 7th, 1st.
|
Tuple3<T7,T1,T2> |
_712()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 2nd.
|
Tuple3<T7,T1,T3> |
_713()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 3rd.
|
Tuple3<T7,T1,T4> |
_714()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 4th.
|
Tuple3<T7,T1,T5> |
_715()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 5th.
|
Tuple3<T7,T1,T6> |
_716()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 6th.
|
Tuple2<T7,T2> |
_72()
Create a new 2-tuple from this one where the elements are ordered: 7th, 2nd.
|
Tuple3<T7,T2,T1> |
_721()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 1st.
|
Tuple3<T7,T2,T3> |
_723()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 3rd.
|
Tuple3<T7,T2,T4> |
_724()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 4th.
|
Tuple3<T7,T2,T5> |
_725()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 5th.
|
Tuple3<T7,T2,T6> |
_726()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 6th.
|
Tuple2<T7,T3> |
_73()
Create a new 2-tuple from this one where the elements are ordered: 7th, 3rd.
|
Tuple3<T7,T3,T1> |
_731()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 1st.
|
Tuple3<T7,T3,T2> |
_732()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 2nd.
|
Tuple3<T7,T3,T4> |
_734()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 4th.
|
Tuple3<T7,T3,T5> |
_735()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 5th.
|
Tuple3<T7,T3,T6> |
_736()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 6th.
|
Tuple2<T7,T4> |
_74()
Create a new 2-tuple from this one where the elements are ordered: 7th, 4th.
|
Tuple3<T7,T4,T1> |
_741()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 1st.
|
Tuple3<T7,T4,T2> |
_742()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 2nd.
|
Tuple3<T7,T4,T3> |
_743()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 3rd.
|
Tuple3<T7,T4,T5> |
_745()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 5th.
|
Tuple3<T7,T4,T6> |
_746()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 6th.
|
Tuple2<T7,T5> |
_75()
Create a new 2-tuple from this one where the elements are ordered: 7th, 5th.
|
Tuple3<T7,T5,T1> |
_751()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 1st.
|
Tuple3<T7,T5,T2> |
_752()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 2nd.
|
Tuple3<T7,T5,T3> |
_753()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 3rd.
|
Tuple3<T7,T5,T4> |
_754()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 4th.
|
Tuple3<T7,T5,T6> |
_756()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 6th.
|
Tuple2<T7,T6> |
_76()
Create a new 2-tuple from this one where the elements are ordered: 7th, 6th.
|
Tuple3<T7,T6,T1> |
_761()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 1st.
|
Tuple3<T7,T6,T2> |
_762()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 2nd.
|
Tuple3<T7,T6,T3> |
_763()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 3rd.
|
Tuple3<T7,T6,T4> |
_764()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 4th.
|
Tuple3<T7,T6,T5> |
_765()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 5th.
|
Tuple7<T1,T2,T3,T4,T5,T6,T7> |
frozenNotNull()
Convert this into an object of a concrete tuple implementation.
|
<T> Tuple8<T,T1,T2,T3,T4,T5,T6,T7> |
i1(T e1)
Create a 8-tuple from this 7-tuple by inserting a new first element.
|
<T> Tuple8<T1,T,T2,T3,T4,T5,T6,T7> |
i2(T e2)
Create a 8-tuple from this 7-tuple by inserting a new second element.
|
<T> Tuple8<T1,T2,T,T3,T4,T5,T6,T7> |
i3(T e3)
Create a 8-tuple from this 7-tuple by inserting a new third element.
|
<T> Tuple8<T1,T2,T3,T,T4,T5,T6,T7> |
i4(T e4)
Create a 8-tuple from this 7-tuple by inserting a new fourth element.
|
<T> Tuple8<T1,T2,T3,T4,T,T5,T6,T7> |
i5(T e5)
Create a 8-tuple from this 7-tuple by inserting a new fifth element.
|
<T> Tuple8<T1,T2,T3,T4,T5,T,T6,T7> |
i6(T e6)
Create a 8-tuple from this 7-tuple by inserting a new sixth element.
|
<T> Tuple8<T1,T2,T3,T4,T5,T6,T,T7> |
i7(T e7)
Create a 8-tuple from this 7-tuple by inserting a new seventh element.
|
<T> Tuple8<T1,T2,T3,T4,T5,T6,T7,T> |
i8(T e8)
Create a 8-tuple from this 7-tuple by adding a new eighth element.
|
java.lang.String |
toString() |
<E1> Tuple7<E1,T2,T3,T4,T5,T6,T7> |
x1(E1 e1)
Create a 7-tuple from this one where the first element is exchanged.
|
<E1,E2> Tuple7<E1,E2,T3,T4,T5,T6,T7> |
x12(E1 e1,
E2 e2)
Create a 7-tuple from this one where the first and second elements are exchanged.
|
<E1,E2,E3> Tuple7<E1,E2,E3,T4,T5,T6,T7> |
x123(E1 e1,
E2 e2,
E3 e3)
Create a 7-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 7-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 7-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 7-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
|
<E1,E2,E3,E4,E7> |
x12347(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E7 e7)
Create a 7-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
|
<E1,E2,E3,E5> |
x1235(E1 e1,
E2 e2,
E3 e3,
E5 e5)
Create a 7-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 7-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
|
<E1,E2,E3,E5,E7> |
x12357(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
|
<E1,E2,E3,E6> |
x1236(E1 e1,
E2 e2,
E3 e3,
E6 e6)
Create a 7-tuple from this one where the first, second, third, and sixthelements are exchanged.
|
<E1,E2,E3,E6,E7> |
x12367(E1 e1,
E2 e2,
E3 e3,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
|
<E1,E2,E3,E7> |
x1237(E1 e1,
E2 e2,
E3 e3,
E7 e7)
Create a 7-tuple from this one where the first, second, third, and seventhelements are exchanged.
|
<E1,E2,E4> Tuple7<E1,E2,T3,E4,T5,T6,T7> |
x124(E1 e1,
E2 e2,
E4 e4)
Create a 7-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 7-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 7-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
|
<E1,E2,E4,E5,E7> |
x12457(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
|
<E1,E2,E4,E6> |
x1246(E1 e1,
E2 e2,
E4 e4,
E6 e6)
Create a 7-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
|
<E1,E2,E4,E6,E7> |
x12467(E1 e1,
E2 e2,
E4 e4,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
|
<E1,E2,E4,E7> |
x1247(E1 e1,
E2 e2,
E4 e4,
E7 e7)
Create a 7-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
|
<E1,E2,E5> Tuple7<E1,E2,T3,T4,E5,T6,T7> |
x125(E1 e1,
E2 e2,
E5 e5)
Create a 7-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 7-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
|
<E1,E2,E5,E6,E7> |
x12567(E1 e1,
E2 e2,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
|
<E1,E2,E5,E7> |
x1257(E1 e1,
E2 e2,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
|
<E1,E2,E6> Tuple7<E1,E2,T3,T4,T5,E6,T7> |
x126(E1 e1,
E2 e2,
E6 e6)
Create a 7-tuple from this one where the first, second, and sixthelements are exchanged.
|
<E1,E2,E6,E7> |
x1267(E1 e1,
E2 e2,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
|
<E1,E2,E7> Tuple7<E1,E2,T3,T4,T5,T6,E7> |
x127(E1 e1,
E2 e2,
E7 e7)
Create a 7-tuple from this one where the first, second, and seventhelements are exchanged.
|
<E1,E3> Tuple7<E1,T2,E3,T4,T5,T6,T7> |
x13(E1 e1,
E3 e3)
Create a 7-tuple from this one where the first and third elements are exchanged.
|
<E1,E3,E4> Tuple7<E1,T2,E3,E4,T5,T6,T7> |
x134(E1 e1,
E3 e3,
E4 e4)
Create a 7-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 7-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 7-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
|
<E1,E3,E4,E5,E7> |
x13457(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
|
<E1,E3,E4,E6> |
x1346(E1 e1,
E3 e3,
E4 e4,
E6 e6)
Create a 7-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
|
<E1,E3,E4,E6,E7> |
x13467(E1 e1,
E3 e3,
E4 e4,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
|
<E1,E3,E4,E7> |
x1347(E1 e1,
E3 e3,
E4 e4,
E7 e7)
Create a 7-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
|
<E1,E3,E5> Tuple7<E1,T2,E3,T4,E5,T6,T7> |
x135(E1 e1,
E3 e3,
E5 e5)
Create a 7-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 7-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
|
<E1,E3,E5,E6,E7> |
x13567(E1 e1,
E3 e3,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
|
<E1,E3,E5,E7> |
x1357(E1 e1,
E3 e3,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
|
<E1,E3,E6> Tuple7<E1,T2,E3,T4,T5,E6,T7> |
x136(E1 e1,
E3 e3,
E6 e6)
Create a 7-tuple from this one where the first, third, and sixthelements are exchanged.
|
<E1,E3,E6,E7> |
x1367(E1 e1,
E3 e3,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
|
<E1,E3,E7> Tuple7<E1,T2,E3,T4,T5,T6,E7> |
x137(E1 e1,
E3 e3,
E7 e7)
Create a 7-tuple from this one where the first, third, and seventhelements are exchanged.
|
<E1,E4> Tuple7<E1,T2,T3,E4,T5,T6,T7> |
x14(E1 e1,
E4 e4)
Create a 7-tuple from this one where the first and fourth elements are exchanged.
|
<E1,E4,E5> Tuple7<E1,T2,T3,E4,E5,T6,T7> |
x145(E1 e1,
E4 e4,
E5 e5)
Create a 7-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 7-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
|
<E1,E4,E5,E6,E7> |
x14567(E1 e1,
E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
|
<E1,E4,E5,E7> |
x1457(E1 e1,
E4 e4,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
|
<E1,E4,E6> Tuple7<E1,T2,T3,E4,T5,E6,T7> |
x146(E1 e1,
E4 e4,
E6 e6)
Create a 7-tuple from this one where the first, fourth, and sixthelements are exchanged.
|
<E1,E4,E6,E7> |
x1467(E1 e1,
E4 e4,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
|
<E1,E4,E7> Tuple7<E1,T2,T3,E4,T5,T6,E7> |
x147(E1 e1,
E4 e4,
E7 e7)
Create a 7-tuple from this one where the first, fourth, and seventhelements are exchanged.
|
<E1,E5> Tuple7<E1,T2,T3,T4,E5,T6,T7> |
x15(E1 e1,
E5 e5)
Create a 7-tuple from this one where the first and fifth elements are exchanged.
|
<E1,E5,E6> Tuple7<E1,T2,T3,T4,E5,E6,T7> |
x156(E1 e1,
E5 e5,
E6 e6)
Create a 7-tuple from this one where the first, fifth, and sixthelements are exchanged.
|
<E1,E5,E6,E7> |
x1567(E1 e1,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
|
<E1,E5,E7> Tuple7<E1,T2,T3,T4,E5,T6,E7> |
x157(E1 e1,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the first, fifth, and seventhelements are exchanged.
|
<E1,E6> Tuple7<E1,T2,T3,T4,T5,E6,T7> |
x16(E1 e1,
E6 e6)
Create a 7-tuple from this one where the first and sixth elements are exchanged.
|
<E1,E6,E7> Tuple7<E1,T2,T3,T4,T5,E6,E7> |
x167(E1 e1,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the first, sixth, and seventhelements are exchanged.
|
<E1,E7> Tuple7<E1,T2,T3,T4,T5,T6,E7> |
x17(E1 e1,
E7 e7)
Create a 7-tuple from this one where the first and seventh elements are exchanged.
|
<E2> Tuple7<T1,E2,T3,T4,T5,T6,T7> |
x2(E2 e2)
Create a 7-tuple from this one where the second element is exchanged.
|
<E2,E3> Tuple7<T1,E2,E3,T4,T5,T6,T7> |
x23(E2 e2,
E3 e3)
Create a 7-tuple from this one where the second and third elements are exchanged.
|
<E2,E3,E4> Tuple7<T1,E2,E3,E4,T5,T6,T7> |
x234(E2 e2,
E3 e3,
E4 e4)
Create a 7-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 7-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 7-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
|
<E2,E3,E4,E5,E7> |
x23457(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
|
<E2,E3,E4,E6> |
x2346(E2 e2,
E3 e3,
E4 e4,
E6 e6)
Create a 7-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
|
<E2,E3,E4,E6,E7> |
x23467(E2 e2,
E3 e3,
E4 e4,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
|
<E2,E3,E4,E7> |
x2347(E2 e2,
E3 e3,
E4 e4,
E7 e7)
Create a 7-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
|
<E2,E3,E5> Tuple7<T1,E2,E3,T4,E5,T6,T7> |
x235(E2 e2,
E3 e3,
E5 e5)
Create a 7-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 7-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
|
<E2,E3,E5,E6,E7> |
x23567(E2 e2,
E3 e3,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
|
<E2,E3,E5,E7> |
x2357(E2 e2,
E3 e3,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
|
<E2,E3,E6> Tuple7<T1,E2,E3,T4,T5,E6,T7> |
x236(E2 e2,
E3 e3,
E6 e6)
Create a 7-tuple from this one where the second, third, and sixthelements are exchanged.
|
<E2,E3,E6,E7> |
x2367(E2 e2,
E3 e3,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
|
<E2,E3,E7> Tuple7<T1,E2,E3,T4,T5,T6,E7> |
x237(E2 e2,
E3 e3,
E7 e7)
Create a 7-tuple from this one where the second, third, and seventhelements are exchanged.
|
<E2,E4> Tuple7<T1,E2,T3,E4,T5,T6,T7> |
x24(E2 e2,
E4 e4)
Create a 7-tuple from this one where the second and fourth elements are exchanged.
|
<E2,E4,E5> Tuple7<T1,E2,T3,E4,E5,T6,T7> |
x245(E2 e2,
E4 e4,
E5 e5)
Create a 7-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 7-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
|
<E2,E4,E5,E6,E7> |
x24567(E2 e2,
E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the second, fourth, fifth, sixth, and seventhelements are exchanged.
|
<E2,E4,E5,E7> |
x2457(E2 e2,
E4 e4,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the second, fourth, fifth, and seventhelements are exchanged.
|
<E2,E4,E6> Tuple7<T1,E2,T3,E4,T5,E6,T7> |
x246(E2 e2,
E4 e4,
E6 e6)
Create a 7-tuple from this one where the second, fourth, and sixthelements are exchanged.
|
<E2,E4,E6,E7> |
x2467(E2 e2,
E4 e4,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the second, fourth, sixth, and seventhelements are exchanged.
|
<E2,E4,E7> Tuple7<T1,E2,T3,E4,T5,T6,E7> |
x247(E2 e2,
E4 e4,
E7 e7)
Create a 7-tuple from this one where the second, fourth, and seventhelements are exchanged.
|
<E2,E5> Tuple7<T1,E2,T3,T4,E5,T6,T7> |
x25(E2 e2,
E5 e5)
Create a 7-tuple from this one where the second and fifth elements are exchanged.
|
<E2,E5,E6> Tuple7<T1,E2,T3,T4,E5,E6,T7> |
x256(E2 e2,
E5 e5,
E6 e6)
Create a 7-tuple from this one where the second, fifth, and sixthelements are exchanged.
|
<E2,E5,E6,E7> |
x2567(E2 e2,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the second, fifth, sixth, and seventhelements are exchanged.
|
<E2,E5,E7> Tuple7<T1,E2,T3,T4,E5,T6,E7> |
x257(E2 e2,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the second, fifth, and seventhelements are exchanged.
|
<E2,E6> Tuple7<T1,E2,T3,T4,T5,E6,T7> |
x26(E2 e2,
E6 e6)
Create a 7-tuple from this one where the second and sixth elements are exchanged.
|
<E2,E6,E7> Tuple7<T1,E2,T3,T4,T5,E6,E7> |
x267(E2 e2,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the second, sixth, and seventhelements are exchanged.
|
<E2,E7> Tuple7<T1,E2,T3,T4,T5,T6,E7> |
x27(E2 e2,
E7 e7)
Create a 7-tuple from this one where the second and seventh elements are exchanged.
|
<E3> Tuple7<T1,T2,E3,T4,T5,T6,T7> |
x3(E3 e3)
Create a 7-tuple from this one where the third element is exchanged.
|
<E3,E4> Tuple7<T1,T2,E3,E4,T5,T6,T7> |
x34(E3 e3,
E4 e4)
Create a 7-tuple from this one where the third and fourth elements are exchanged.
|
<E3,E4,E5> Tuple7<T1,T2,E3,E4,E5,T6,T7> |
x345(E3 e3,
E4 e4,
E5 e5)
Create a 7-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 7-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
|
<E3,E4,E5,E6,E7> |
x34567(E3 e3,
E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the third, fourth, fifth, sixth, and seventhelements are exchanged.
|
<E3,E4,E5,E7> |
x3457(E3 e3,
E4 e4,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the third, fourth, fifth, and seventhelements are exchanged.
|
<E3,E4,E6> Tuple7<T1,T2,E3,E4,T5,E6,T7> |
x346(E3 e3,
E4 e4,
E6 e6)
Create a 7-tuple from this one where the third, fourth, and sixthelements are exchanged.
|
<E3,E4,E6,E7> |
x3467(E3 e3,
E4 e4,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the third, fourth, sixth, and seventhelements are exchanged.
|
<E3,E4,E7> Tuple7<T1,T2,E3,E4,T5,T6,E7> |
x347(E3 e3,
E4 e4,
E7 e7)
Create a 7-tuple from this one where the third, fourth, and seventhelements are exchanged.
|
<E3,E5> Tuple7<T1,T2,E3,T4,E5,T6,T7> |
x35(E3 e3,
E5 e5)
Create a 7-tuple from this one where the third and fifth elements are exchanged.
|
<E3,E5,E6> Tuple7<T1,T2,E3,T4,E5,E6,T7> |
x356(E3 e3,
E5 e5,
E6 e6)
Create a 7-tuple from this one where the third, fifth, and sixthelements are exchanged.
|
<E3,E5,E6,E7> |
x3567(E3 e3,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the third, fifth, sixth, and seventhelements are exchanged.
|
<E3,E5,E7> Tuple7<T1,T2,E3,T4,E5,T6,E7> |
x357(E3 e3,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the third, fifth, and seventhelements are exchanged.
|
<E3,E6> Tuple7<T1,T2,E3,T4,T5,E6,T7> |
x36(E3 e3,
E6 e6)
Create a 7-tuple from this one where the third and sixth elements are exchanged.
|
<E3,E6,E7> Tuple7<T1,T2,E3,T4,T5,E6,E7> |
x367(E3 e3,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the third, sixth, and seventhelements are exchanged.
|
<E3,E7> Tuple7<T1,T2,E3,T4,T5,T6,E7> |
x37(E3 e3,
E7 e7)
Create a 7-tuple from this one where the third and seventh elements are exchanged.
|
<E4> Tuple7<T1,T2,T3,E4,T5,T6,T7> |
x4(E4 e4)
Create a 7-tuple from this one where the fourth element is exchanged.
|
<E4,E5> Tuple7<T1,T2,T3,E4,E5,T6,T7> |
x45(E4 e4,
E5 e5)
Create a 7-tuple from this one where the fourth and fifth elements are exchanged.
|
<E4,E5,E6> Tuple7<T1,T2,T3,E4,E5,E6,T7> |
x456(E4 e4,
E5 e5,
E6 e6)
Create a 7-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
|
<E4,E5,E6,E7> |
x4567(E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the fourth, fifth, sixth, and seventhelements are exchanged.
|
<E4,E5,E7> Tuple7<T1,T2,T3,E4,E5,T6,E7> |
x457(E4 e4,
E5 e5,
E7 e7)
Create a 7-tuple from this one where the fourth, fifth, and seventhelements are exchanged.
|
<E4,E6> Tuple7<T1,T2,T3,E4,T5,E6,T7> |
x46(E4 e4,
E6 e6)
Create a 7-tuple from this one where the fourth and sixth elements are exchanged.
|
<E4,E6,E7> Tuple7<T1,T2,T3,E4,T5,E6,E7> |
x467(E4 e4,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the fourth, sixth, and seventhelements are exchanged.
|
<E4,E7> Tuple7<T1,T2,T3,E4,T5,T6,E7> |
x47(E4 e4,
E7 e7)
Create a 7-tuple from this one where the fourth and seventh elements are exchanged.
|
<E5> Tuple7<T1,T2,T3,T4,E5,T6,T7> |
x5(E5 e5)
Create a 7-tuple from this one where the fifth element is exchanged.
|
<E5,E6> Tuple7<T1,T2,T3,T4,E5,E6,T7> |
x56(E5 e5,
E6 e6)
Create a 7-tuple from this one where the fifth and sixth elements are exchanged.
|
<E5,E6,E7> Tuple7<T1,T2,T3,T4,E5,E6,E7> |
x567(E5 e5,
E6 e6,
E7 e7)
Create a 7-tuple from this one where the fifth, sixth, and seventhelements are exchanged.
|
<E5,E7> Tuple7<T1,T2,T3,T4,E5,T6,E7> |
x57(E5 e5,
E7 e7)
Create a 7-tuple from this one where the fifth and seventh elements are exchanged.
|
<E6> Tuple7<T1,T2,T3,T4,T5,E6,T7> |
x6(E6 e6)
Create a 7-tuple from this one where the sixth element is exchanged.
|
<E6,E7> Tuple7<T1,T2,T3,T4,T5,E6,E7> |
x67(E6 e6,
E7 e7)
Create a 7-tuple from this one where the sixth and seventh elements are exchanged.
|
<E7> Tuple7<T1,T2,T3,T4,T5,T6,E7> |
x7(E7 e7)
Create a 7-tuple from this one where the seventh 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 Tuple6<T1,T2,T3,T4,T5,T6> _123456()
ITuple7
@NotNull public Tuple6<T1,T2,T3,T4,T5,T7> _123457()
ITuple7
@NotNull public Tuple6<T1,T2,T3,T4,T6,T7> _123467()
ITuple7
@NotNull public Tuple6<T1,T2,T3,T5,T6,T7> _123567()
ITuple7
@NotNull public Tuple6<T1,T2,T4,T5,T6,T7> _124567()
ITuple7
@NotNull public Tuple6<T1,T3,T4,T5,T6,T7> _134567()
ITuple7
@NotNull public Tuple6<T2,T3,T4,T5,T6,T7> _234567()
ITuple7
@NotNull public Tuple5<T1,T2,T3,T4,T5> _12345()
ITuple7
@NotNull public Tuple5<T1,T2,T3,T4,T6> _12346()
ITuple7
@NotNull public Tuple5<T1,T2,T3,T5,T6> _12356()
ITuple7
@NotNull public Tuple5<T1,T2,T4,T5,T6> _12456()
ITuple7
@NotNull public Tuple5<T1,T3,T4,T5,T6> _13456()
ITuple7
@NotNull public Tuple5<T2,T3,T4,T5,T6> _23456()
ITuple7
@NotNull public Tuple5<T1,T2,T3,T4,T7> _12347()
ITuple7
@NotNull public Tuple5<T1,T2,T3,T5,T7> _12357()
ITuple7
@NotNull public Tuple5<T1,T2,T4,T5,T7> _12457()
ITuple7
@NotNull public Tuple5<T1,T3,T4,T5,T7> _13457()
ITuple7
@NotNull public Tuple5<T2,T3,T4,T5,T7> _23457()
ITuple7
@NotNull public Tuple5<T1,T2,T3,T6,T7> _12367()
ITuple7
@NotNull public Tuple5<T1,T2,T4,T6,T7> _12467()
ITuple7
@NotNull public Tuple5<T1,T3,T4,T6,T7> _13467()
ITuple7
@NotNull public Tuple5<T2,T3,T4,T6,T7> _23467()
ITuple7
@NotNull public Tuple5<T1,T2,T5,T6,T7> _12567()
ITuple7
@NotNull public Tuple5<T1,T3,T5,T6,T7> _13567()
ITuple7
@NotNull public Tuple5<T2,T3,T5,T6,T7> _23567()
ITuple7
@NotNull public Tuple5<T1,T4,T5,T6,T7> _14567()
ITuple7
@NotNull public Tuple5<T2,T4,T5,T6,T7> _24567()
ITuple7
@NotNull public Tuple5<T3,T4,T5,T6,T7> _34567()
ITuple7
@NotNull public Tuple4<T1,T2,T3,T4> _1234()
ITuple7
@NotNull public Tuple4<T1,T2,T3,T5> _1235()
ITuple7
@NotNull public Tuple4<T1,T2,T4,T5> _1245()
ITuple7
@NotNull public Tuple4<T1,T3,T4,T5> _1345()
ITuple7
@NotNull public Tuple4<T2,T3,T4,T5> _2345()
ITuple7
@NotNull public Tuple4<T1,T2,T3,T6> _1236()
ITuple7
@NotNull public Tuple4<T1,T2,T4,T6> _1246()
ITuple7
@NotNull public Tuple4<T1,T3,T4,T6> _1346()
ITuple7
@NotNull public Tuple4<T2,T3,T4,T6> _2346()
ITuple7
@NotNull public Tuple4<T1,T2,T5,T6> _1256()
ITuple7
@NotNull public Tuple4<T1,T3,T5,T6> _1356()
ITuple7
@NotNull public Tuple4<T2,T3,T5,T6> _2356()
ITuple7
@NotNull public Tuple4<T1,T4,T5,T6> _1456()
ITuple7
@NotNull public Tuple4<T2,T4,T5,T6> _2456()
ITuple7
@NotNull public Tuple4<T3,T4,T5,T6> _3456()
ITuple7
@NotNull public Tuple4<T1,T2,T3,T7> _1237()
ITuple7
@NotNull public Tuple4<T1,T2,T4,T7> _1247()
ITuple7
@NotNull public Tuple4<T1,T3,T4,T7> _1347()
ITuple7
@NotNull public Tuple4<T2,T3,T4,T7> _2347()
ITuple7
@NotNull public Tuple4<T1,T2,T5,T7> _1257()
ITuple7
@NotNull public Tuple4<T1,T3,T5,T7> _1357()
ITuple7
@NotNull public Tuple4<T2,T3,T5,T7> _2357()
ITuple7
@NotNull public Tuple4<T1,T4,T5,T7> _1457()
ITuple7
@NotNull public Tuple4<T2,T4,T5,T7> _2457()
ITuple7
@NotNull public Tuple4<T3,T4,T5,T7> _3457()
ITuple7
@NotNull public Tuple4<T1,T2,T6,T7> _1267()
ITuple7
@NotNull public Tuple4<T1,T3,T6,T7> _1367()
ITuple7
@NotNull public Tuple4<T2,T3,T6,T7> _2367()
ITuple7
@NotNull public Tuple4<T1,T4,T6,T7> _1467()
ITuple7
@NotNull public Tuple4<T2,T4,T6,T7> _2467()
ITuple7
@NotNull public Tuple4<T3,T4,T6,T7> _3467()
ITuple7
@NotNull public Tuple4<T1,T5,T6,T7> _1567()
ITuple7
@NotNull public Tuple4<T2,T5,T6,T7> _2567()
ITuple7
@NotNull public Tuple4<T3,T5,T6,T7> _3567()
ITuple7
@NotNull public Tuple4<T4,T5,T6,T7> _4567()
ITuple7
@NotNull public Tuple3<T1,T2,T3> _123()
ITuple7
@NotNull public Tuple3<T1,T3,T2> _132()
ITuple7
@NotNull public Tuple3<T3,T1,T2> _312()
ITuple7
@NotNull public Tuple3<T3,T2,T1> _321()
ITuple7
@NotNull public Tuple3<T2,T3,T1> _231()
ITuple7
@NotNull public Tuple3<T2,T1,T3> _213()
ITuple7
@NotNull public Tuple3<T1,T2,T4> _124()
ITuple7
@NotNull public Tuple3<T1,T4,T2> _142()
ITuple7
@NotNull public Tuple3<T4,T1,T2> _412()
ITuple7
@NotNull public Tuple3<T4,T2,T1> _421()
ITuple7
@NotNull public Tuple3<T2,T4,T1> _241()
ITuple7
@NotNull public Tuple3<T2,T1,T4> _214()
ITuple7
@NotNull public Tuple3<T1,T3,T4> _134()
ITuple7
@NotNull public Tuple3<T1,T4,T3> _143()
ITuple7
@NotNull public Tuple3<T4,T1,T3> _413()
ITuple7
@NotNull public Tuple3<T4,T3,T1> _431()
ITuple7
@NotNull public Tuple3<T3,T4,T1> _341()
ITuple7
@NotNull public Tuple3<T3,T1,T4> _314()
ITuple7
@NotNull public Tuple3<T2,T3,T4> _234()
ITuple7
@NotNull public Tuple3<T2,T4,T3> _243()
ITuple7
@NotNull public Tuple3<T4,T2,T3> _423()
ITuple7
@NotNull public Tuple3<T4,T3,T2> _432()
ITuple7
@NotNull public Tuple3<T3,T4,T2> _342()
ITuple7
@NotNull public Tuple3<T3,T2,T4> _324()
ITuple7
@NotNull public Tuple3<T1,T2,T5> _125()
ITuple7
@NotNull public Tuple3<T1,T5,T2> _152()
ITuple7
@NotNull public Tuple3<T5,T1,T2> _512()
ITuple7
@NotNull public Tuple3<T5,T2,T1> _521()
ITuple7
@NotNull public Tuple3<T2,T5,T1> _251()
ITuple7
@NotNull public Tuple3<T2,T1,T5> _215()
ITuple7
@NotNull public Tuple3<T1,T3,T5> _135()
ITuple7
@NotNull public Tuple3<T1,T5,T3> _153()
ITuple7
@NotNull public Tuple3<T5,T1,T3> _513()
ITuple7
@NotNull public Tuple3<T5,T3,T1> _531()
ITuple7
@NotNull public Tuple3<T3,T5,T1> _351()
ITuple7
@NotNull public Tuple3<T3,T1,T5> _315()
ITuple7
@NotNull public Tuple3<T2,T3,T5> _235()
ITuple7
@NotNull public Tuple3<T2,T5,T3> _253()
ITuple7
@NotNull public Tuple3<T5,T2,T3> _523()
ITuple7
@NotNull public Tuple3<T5,T3,T2> _532()
ITuple7
@NotNull public Tuple3<T3,T5,T2> _352()
ITuple7
@NotNull public Tuple3<T3,T2,T5> _325()
ITuple7
@NotNull public Tuple3<T1,T4,T5> _145()
ITuple7
@NotNull public Tuple3<T1,T5,T4> _154()
ITuple7
@NotNull public Tuple3<T5,T1,T4> _514()
ITuple7
@NotNull public Tuple3<T5,T4,T1> _541()
ITuple7
@NotNull public Tuple3<T4,T5,T1> _451()
ITuple7
@NotNull public Tuple3<T4,T1,T5> _415()
ITuple7
@NotNull public Tuple3<T2,T4,T5> _245()
ITuple7
@NotNull public Tuple3<T2,T5,T4> _254()
ITuple7
@NotNull public Tuple3<T5,T2,T4> _524()
ITuple7
@NotNull public Tuple3<T5,T4,T2> _542()
ITuple7
@NotNull public Tuple3<T4,T5,T2> _452()
ITuple7
@NotNull public Tuple3<T4,T2,T5> _425()
ITuple7
@NotNull public Tuple3<T3,T4,T5> _345()
ITuple7
@NotNull public Tuple3<T3,T5,T4> _354()
ITuple7
@NotNull public Tuple3<T5,T3,T4> _534()
ITuple7
@NotNull public Tuple3<T5,T4,T3> _543()
ITuple7
@NotNull public Tuple3<T4,T5,T3> _453()
ITuple7
@NotNull public Tuple3<T4,T3,T5> _435()
ITuple7
@NotNull public Tuple3<T1,T2,T6> _126()
ITuple7
@NotNull public Tuple3<T1,T6,T2> _162()
ITuple7
@NotNull public Tuple3<T6,T1,T2> _612()
ITuple7
@NotNull public Tuple3<T6,T2,T1> _621()
ITuple7
@NotNull public Tuple3<T2,T6,T1> _261()
ITuple7
@NotNull public Tuple3<T2,T1,T6> _216()
ITuple7
@NotNull public Tuple3<T1,T3,T6> _136()
ITuple7
@NotNull public Tuple3<T1,T6,T3> _163()
ITuple7
@NotNull public Tuple3<T6,T1,T3> _613()
ITuple7
@NotNull public Tuple3<T6,T3,T1> _631()
ITuple7
@NotNull public Tuple3<T3,T6,T1> _361()
ITuple7
@NotNull public Tuple3<T3,T1,T6> _316()
ITuple7
@NotNull public Tuple3<T2,T3,T6> _236()
ITuple7
@NotNull public Tuple3<T2,T6,T3> _263()
ITuple7
@NotNull public Tuple3<T6,T2,T3> _623()
ITuple7
@NotNull public Tuple3<T6,T3,T2> _632()
ITuple7
@NotNull public Tuple3<T3,T6,T2> _362()
ITuple7
@NotNull public Tuple3<T3,T2,T6> _326()
ITuple7
@NotNull public Tuple3<T1,T4,T6> _146()
ITuple7
@NotNull public Tuple3<T1,T6,T4> _164()
ITuple7
@NotNull public Tuple3<T6,T1,T4> _614()
ITuple7
@NotNull public Tuple3<T6,T4,T1> _641()
ITuple7
@NotNull public Tuple3<T4,T6,T1> _461()
ITuple7
@NotNull public Tuple3<T4,T1,T6> _416()
ITuple7
@NotNull public Tuple3<T2,T4,T6> _246()
ITuple7
@NotNull public Tuple3<T2,T6,T4> _264()
ITuple7
@NotNull public Tuple3<T6,T2,T4> _624()
ITuple7
@NotNull public Tuple3<T6,T4,T2> _642()
ITuple7
@NotNull public Tuple3<T4,T6,T2> _462()
ITuple7
@NotNull public Tuple3<T4,T2,T6> _426()
ITuple7
@NotNull public Tuple3<T3,T4,T6> _346()
ITuple7
@NotNull public Tuple3<T3,T6,T4> _364()
ITuple7
@NotNull public Tuple3<T6,T3,T4> _634()
ITuple7
@NotNull public Tuple3<T6,T4,T3> _643()
ITuple7
@NotNull public Tuple3<T4,T6,T3> _463()
ITuple7
@NotNull public Tuple3<T4,T3,T6> _436()
ITuple7
@NotNull public Tuple3<T1,T5,T6> _156()
ITuple7
@NotNull public Tuple3<T1,T6,T5> _165()
ITuple7
@NotNull public Tuple3<T6,T1,T5> _615()
ITuple7
@NotNull public Tuple3<T6,T5,T1> _651()
ITuple7
@NotNull public Tuple3<T5,T6,T1> _561()
ITuple7
@NotNull public Tuple3<T5,T1,T6> _516()
ITuple7
@NotNull public Tuple3<T2,T5,T6> _256()
ITuple7
@NotNull public Tuple3<T2,T6,T5> _265()
ITuple7
@NotNull public Tuple3<T6,T2,T5> _625()
ITuple7
@NotNull public Tuple3<T6,T5,T2> _652()
ITuple7
@NotNull public Tuple3<T5,T6,T2> _562()
ITuple7
@NotNull public Tuple3<T5,T2,T6> _526()
ITuple7
@NotNull public Tuple3<T3,T5,T6> _356()
ITuple7
@NotNull public Tuple3<T3,T6,T5> _365()
ITuple7
@NotNull public Tuple3<T6,T3,T5> _635()
ITuple7
@NotNull public Tuple3<T6,T5,T3> _653()
ITuple7
@NotNull public Tuple3<T5,T6,T3> _563()
ITuple7
@NotNull public Tuple3<T5,T3,T6> _536()
ITuple7
@NotNull public Tuple3<T4,T5,T6> _456()
ITuple7
@NotNull public Tuple3<T4,T6,T5> _465()
ITuple7
@NotNull public Tuple3<T6,T4,T5> _645()
ITuple7
@NotNull public Tuple3<T6,T5,T4> _654()
ITuple7
@NotNull public Tuple3<T5,T6,T4> _564()
ITuple7
@NotNull public Tuple3<T5,T4,T6> _546()
ITuple7
@NotNull public Tuple3<T1,T2,T7> _127()
ITuple7
@NotNull public Tuple3<T1,T7,T2> _172()
ITuple7
@NotNull public Tuple3<T7,T1,T2> _712()
ITuple7
@NotNull public Tuple3<T7,T2,T1> _721()
ITuple7
@NotNull public Tuple3<T2,T7,T1> _271()
ITuple7
@NotNull public Tuple3<T2,T1,T7> _217()
ITuple7
@NotNull public Tuple3<T1,T3,T7> _137()
ITuple7
@NotNull public Tuple3<T1,T7,T3> _173()
ITuple7
@NotNull public Tuple3<T7,T1,T3> _713()
ITuple7
@NotNull public Tuple3<T7,T3,T1> _731()
ITuple7
@NotNull public Tuple3<T3,T7,T1> _371()
ITuple7
@NotNull public Tuple3<T3,T1,T7> _317()
ITuple7
@NotNull public Tuple3<T2,T3,T7> _237()
ITuple7
@NotNull public Tuple3<T2,T7,T3> _273()
ITuple7
@NotNull public Tuple3<T7,T2,T3> _723()
ITuple7
@NotNull public Tuple3<T7,T3,T2> _732()
ITuple7
@NotNull public Tuple3<T3,T7,T2> _372()
ITuple7
@NotNull public Tuple3<T3,T2,T7> _327()
ITuple7
@NotNull public Tuple3<T1,T4,T7> _147()
ITuple7
@NotNull public Tuple3<T1,T7,T4> _174()
ITuple7
@NotNull public Tuple3<T7,T1,T4> _714()
ITuple7
@NotNull public Tuple3<T7,T4,T1> _741()
ITuple7
@NotNull public Tuple3<T4,T7,T1> _471()
ITuple7
@NotNull public Tuple3<T4,T1,T7> _417()
ITuple7
@NotNull public Tuple3<T2,T4,T7> _247()
ITuple7
@NotNull public Tuple3<T2,T7,T4> _274()
ITuple7
@NotNull public Tuple3<T7,T2,T4> _724()
ITuple7
@NotNull public Tuple3<T7,T4,T2> _742()
ITuple7
@NotNull public Tuple3<T4,T7,T2> _472()
ITuple7
@NotNull public Tuple3<T4,T2,T7> _427()
ITuple7
@NotNull public Tuple3<T3,T4,T7> _347()
ITuple7
@NotNull public Tuple3<T3,T7,T4> _374()
ITuple7
@NotNull public Tuple3<T7,T3,T4> _734()
ITuple7
@NotNull public Tuple3<T7,T4,T3> _743()
ITuple7
@NotNull public Tuple3<T4,T7,T3> _473()
ITuple7
@NotNull public Tuple3<T4,T3,T7> _437()
ITuple7
@NotNull public Tuple3<T1,T5,T7> _157()
ITuple7
@NotNull public Tuple3<T1,T7,T5> _175()
ITuple7
@NotNull public Tuple3<T7,T1,T5> _715()
ITuple7
@NotNull public Tuple3<T7,T5,T1> _751()
ITuple7
@NotNull public Tuple3<T5,T7,T1> _571()
ITuple7
@NotNull public Tuple3<T5,T1,T7> _517()
ITuple7
@NotNull public Tuple3<T2,T5,T7> _257()
ITuple7
@NotNull public Tuple3<T2,T7,T5> _275()
ITuple7
@NotNull public Tuple3<T7,T2,T5> _725()
ITuple7
@NotNull public Tuple3<T7,T5,T2> _752()
ITuple7
@NotNull public Tuple3<T5,T7,T2> _572()
ITuple7
@NotNull public Tuple3<T5,T2,T7> _527()
ITuple7
@NotNull public Tuple3<T3,T5,T7> _357()
ITuple7
@NotNull public Tuple3<T3,T7,T5> _375()
ITuple7
@NotNull public Tuple3<T7,T3,T5> _735()
ITuple7
@NotNull public Tuple3<T7,T5,T3> _753()
ITuple7
@NotNull public Tuple3<T5,T7,T3> _573()
ITuple7
@NotNull public Tuple3<T5,T3,T7> _537()
ITuple7
@NotNull public Tuple3<T4,T5,T7> _457()
ITuple7
@NotNull public Tuple3<T4,T7,T5> _475()
ITuple7
@NotNull public Tuple3<T7,T4,T5> _745()
ITuple7
@NotNull public Tuple3<T7,T5,T4> _754()
ITuple7
@NotNull public Tuple3<T5,T7,T4> _574()
ITuple7
@NotNull public Tuple3<T5,T4,T7> _547()
ITuple7
@NotNull public Tuple3<T1,T6,T7> _167()
ITuple7
@NotNull public Tuple3<T1,T7,T6> _176()
ITuple7
@NotNull public Tuple3<T7,T1,T6> _716()
ITuple7
@NotNull public Tuple3<T7,T6,T1> _761()
ITuple7
@NotNull public Tuple3<T6,T7,T1> _671()
ITuple7
@NotNull public Tuple3<T6,T1,T7> _617()
ITuple7
@NotNull public Tuple3<T2,T6,T7> _267()
ITuple7
@NotNull public Tuple3<T2,T7,T6> _276()
ITuple7
@NotNull public Tuple3<T7,T2,T6> _726()
ITuple7
@NotNull public Tuple3<T7,T6,T2> _762()
ITuple7
@NotNull public Tuple3<T6,T7,T2> _672()
ITuple7
@NotNull public Tuple3<T6,T2,T7> _627()
ITuple7
@NotNull public Tuple3<T3,T6,T7> _367()
ITuple7
@NotNull public Tuple3<T3,T7,T6> _376()
ITuple7
@NotNull public Tuple3<T7,T3,T6> _736()
ITuple7
@NotNull public Tuple3<T7,T6,T3> _763()
ITuple7
@NotNull public Tuple3<T6,T7,T3> _673()
ITuple7
@NotNull public Tuple3<T6,T3,T7> _637()
ITuple7
@NotNull public Tuple3<T4,T6,T7> _467()
ITuple7
@NotNull public Tuple3<T4,T7,T6> _476()
ITuple7
@NotNull public Tuple3<T7,T4,T6> _746()
ITuple7
@NotNull public Tuple3<T7,T6,T4> _764()
ITuple7
@NotNull public Tuple3<T6,T7,T4> _674()
ITuple7
@NotNull public Tuple3<T6,T4,T7> _647()
ITuple7
@NotNull public Tuple3<T5,T6,T7> _567()
ITuple7
@NotNull public Tuple3<T5,T7,T6> _576()
ITuple7
@NotNull public Tuple3<T7,T5,T6> _756()
ITuple7
@NotNull public Tuple3<T7,T6,T5> _765()
ITuple7
@NotNull public Tuple3<T6,T7,T5> _675()
ITuple7
@NotNull public Tuple3<T6,T5,T7> _657()
ITuple7
@NotNull public Tuple2<T1,T2> _12()
ITuple7
@NotNull public Tuple2<T2,T1> _21()
ITuple7
@NotNull public Tuple2<T1,T3> _13()
ITuple7
@NotNull public Tuple2<T3,T1> _31()
ITuple7
@NotNull public Tuple2<T2,T3> _23()
ITuple7
@NotNull public Tuple2<T3,T2> _32()
ITuple7
@NotNull public Tuple2<T1,T4> _14()
ITuple7
@NotNull public Tuple2<T4,T1> _41()
ITuple7
@NotNull public Tuple2<T2,T4> _24()
ITuple7
@NotNull public Tuple2<T4,T2> _42()
ITuple7
@NotNull public Tuple2<T3,T4> _34()
ITuple7
@NotNull public Tuple2<T4,T3> _43()
ITuple7
@NotNull public Tuple2<T1,T5> _15()
ITuple7
@NotNull public Tuple2<T5,T1> _51()
ITuple7
@NotNull public Tuple2<T2,T5> _25()
ITuple7
@NotNull public Tuple2<T5,T2> _52()
ITuple7
@NotNull public Tuple2<T3,T5> _35()
ITuple7
@NotNull public Tuple2<T5,T3> _53()
ITuple7
@NotNull public Tuple2<T4,T5> _45()
ITuple7
@NotNull public Tuple2<T5,T4> _54()
ITuple7
@NotNull public Tuple2<T1,T6> _16()
ITuple7
@NotNull public Tuple2<T6,T1> _61()
ITuple7
@NotNull public Tuple2<T2,T6> _26()
ITuple7
@NotNull public Tuple2<T6,T2> _62()
ITuple7
@NotNull public Tuple2<T3,T6> _36()
ITuple7
@NotNull public Tuple2<T6,T3> _63()
ITuple7
@NotNull public Tuple2<T4,T6> _46()
ITuple7
@NotNull public Tuple2<T6,T4> _64()
ITuple7
@NotNull public Tuple2<T5,T6> _56()
ITuple7
@NotNull public Tuple2<T6,T5> _65()
ITuple7
@NotNull public Tuple2<T1,T7> _17()
ITuple7
@NotNull public Tuple2<T7,T1> _71()
ITuple7
@NotNull public Tuple2<T2,T7> _27()
ITuple7
@NotNull public Tuple2<T7,T2> _72()
ITuple7
@NotNull public Tuple2<T3,T7> _37()
ITuple7
@NotNull public Tuple2<T7,T3> _73()
ITuple7
@NotNull public Tuple2<T4,T7> _47()
ITuple7
@NotNull public Tuple2<T7,T4> _74()
ITuple7
@NotNull public Tuple2<T5,T7> _57()
ITuple7
@NotNull public Tuple2<T7,T5> _75()
ITuple7
@NotNull public Tuple2<T6,T7> _67()
ITuple7
@NotNull public Tuple2<T7,T6> _76()
ITuple7
@NotNull public Tuple7<T1,T2,T3,T4,T5,T6,T7> frozenNotNull()
ITuple7
null
elements, but if this interface has null
elements this method
will throw a NullPointerException
.
See ITuple7.frozen()
for a method which will not throw exceptions.
frozenNotNull
in interface ITuple7<T1,T2,