T1
- type of first elementT2
- type of second elementT3
- type of third elementT4
- type of fourth elementT5
- type of fifth elementpublic class NTuple5<T1,T2,T3,T4,T5> extends ITuple5.Base<T1,T2,T3,T4,T5> implements java.io.Serializable
Indexable.viewTuple(ITuple5)
will come to help.
Note that this class is automatically created by tools.TupleClassCreator
(not yet public).Tuple5
,
Serialized FormConstructor and Description |
---|
NTuple5(T1 e1,
T2 e2,
T3 e3,
T4 e4,
T5 e5)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T1 |
_1()
Get the first element.
|
NTuple2<T1,T2> |
_12()
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
|
NTuple3<T1,T2,T3> |
_123()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
|
NTuple4<T1,T2,T3,T4> |
_1234()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
|
NTuple4<T1,T2,T3,T5> |
_1235()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
|
NTuple5<T1,T2,T3,T5,T4> |
_12354()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 4th.
|
NTuple3<T1,T2,T4> |
_124()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
|
NTuple5<T1,T2,T4,T3,T5> |
_12435()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 3rd, 5th.
|
NTuple4<T1,T2,T4,T5> |
_1245()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
|
NTuple5<T1,T2,T4,T5,T3> |
_12453()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 3rd.
|
NTuple3<T1,T2,T5> |
_125()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
|
NTuple5<T1,T2,T5,T3,T4> |
_12534()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 3rd, 4th.
|
NTuple5<T1,T2,T5,T4,T3> |
_12543()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 4th, 3rd.
|
NTuple2<T1,T3> |
_13()
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
|
NTuple3<T1,T3,T2> |
_132()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
|
NTuple5<T1,T3,T2,T4,T5> |
_13245()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 2nd, 4th, 5th.
|
NTuple5<T1,T3,T2,T5,T4> |
_13254()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 2nd, 5th, 4th.
|
NTuple3<T1,T3,T4> |
_134()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
|
NTuple5<T1,T3,T4,T2,T5> |
_13425()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 2nd, 5th.
|
NTuple4<T1,T3,T4,T5> |
_1345()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
|
NTuple5<T1,T3,T4,T5,T2> |
_13452()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 2nd.
|
NTuple3<T1,T3,T5> |
_135()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
|
NTuple5<T1,T3,T5,T2,T4> |
_13524()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 2nd, 4th.
|
NTuple5<T1,T3,T5,T4,T2> |
_13542()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 4th, 2nd.
|
NTuple2<T1,T4> |
_14()
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
|
NTuple3<T1,T4,T2> |
_142()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
|
NTuple5<T1,T4,T2,T3,T5> |
_14235()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 2nd, 3rd, 5th.
|
NTuple5<T1,T4,T2,T5,T3> |
_14253()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 2nd, 5th, 3rd.
|
NTuple3<T1,T4,T3> |
_143()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
|
NTuple5<T1,T4,T3,T2,T5> |
_14325()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 3rd, 2nd, 5th.
|
NTuple5<T1,T4,T3,T5,T2> |
_14352()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 3rd, 5th, 2nd.
|
NTuple3<T1,T4,T5> |
_145()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
|
NTuple5<T1,T4,T5,T2,T3> |
_14523()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 2nd, 3rd.
|
NTuple5<T1,T4,T5,T3,T2> |
_14532()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 3rd, 2nd.
|
NTuple2<T1,T5> |
_15()
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
|
NTuple3<T1,T5,T2> |
_152()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
|
NTuple5<T1,T5,T2,T3,T4> |
_15234()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 2nd, 3rd, 4th.
|
NTuple5<T1,T5,T2,T4,T3> |
_15243()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 2nd, 4th, 3rd.
|
NTuple3<T1,T5,T3> |
_153()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
|
NTuple5<T1,T5,T3,T2,T4> |
_15324()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 3rd, 2nd, 4th.
|
NTuple5<T1,T5,T3,T4,T2> |
_15342()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 3rd, 4th, 2nd.
|
NTuple3<T1,T5,T4> |
_154()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
|
NTuple5<T1,T5,T4,T2,T3> |
_15423()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 4th, 2nd, 3rd.
|
NTuple5<T1,T5,T4,T3,T2> |
_15432()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 4th, 3rd, 2nd.
|
T2 |
_2()
Get the second element.
|
NTuple2<T2,T1> |
_21()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
|
NTuple3<T2,T1,T3> |
_213()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
|
NTuple5<T2,T1,T3,T4,T5> |
_21345()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 3rd, 4th, 5th.
|
NTuple5<T2,T1,T3,T5,T4> |
_21354()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 3rd, 5th, 4th.
|
NTuple3<T2,T1,T4> |
_214()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
|
NTuple5<T2,T1,T4,T3,T5> |
_21435()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 4th, 3rd, 5th.
|
NTuple5<T2,T1,T4,T5,T3> |
_21453()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 4th, 5th, 3rd.
|
NTuple3<T2,T1,T5> |
_215()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
|
NTuple5<T2,T1,T5,T3,T4> |
_21534()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 5th, 3rd, 4th.
|
NTuple5<T2,T1,T5,T4,T3> |
_21543()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 1st, 5th, 4th, 3rd.
|
NTuple2<T2,T3> |
_23()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
|
NTuple3<T2,T3,T1> |
_231()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
|
NTuple5<T2,T3,T1,T4,T5> |
_23145()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 1st, 4th, 5th.
|
NTuple5<T2,T3,T1,T5,T4> |
_23154()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 1st, 5th, 4th.
|
NTuple3<T2,T3,T4> |
_234()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
|
NTuple5<T2,T3,T4,T1,T5> |
_23415()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 1st, 5th.
|
NTuple4<T2,T3,T4,T5> |
_2345()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
|
NTuple5<T2,T3,T4,T5,T1> |
_23451()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 1st.
|
NTuple3<T2,T3,T5> |
_235()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
|
NTuple5<T2,T3,T5,T1,T4> |
_23514()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 1st, 4th.
|
NTuple5<T2,T3,T5,T4,T1> |
_23541()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 4th, 1st.
|
NTuple2<T2,T4> |
_24()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
|
NTuple3<T2,T4,T1> |
_241()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
|
NTuple5<T2,T4,T1,T3,T5> |
_24135()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 1st, 3rd, 5th.
|
NTuple5<T2,T4,T1,T5,T3> |
_24153()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 1st, 5th, 3rd.
|
NTuple3<T2,T4,T3> |
_243()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
|
NTuple5<T2,T4,T3,T1,T5> |
_24315()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 3rd, 1st, 5th.
|
NTuple5<T2,T4,T3,T5,T1> |
_24351()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 3rd, 5th, 1st.
|
NTuple3<T2,T4,T5> |
_245()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
|
NTuple5<T2,T4,T5,T1,T3> |
_24513()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 1st, 3rd.
|
NTuple5<T2,T4,T5,T3,T1> |
_24531()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 3rd, 1st.
|
NTuple2<T2,T5> |
_25()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
|
NTuple3<T2,T5,T1> |
_251()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
|
NTuple5<T2,T5,T1,T3,T4> |
_25134()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 1st, 3rd, 4th.
|
NTuple5<T2,T5,T1,T4,T3> |
_25143()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 1st, 4th, 3rd.
|
NTuple3<T2,T5,T3> |
_253()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
|
NTuple5<T2,T5,T3,T1,T4> |
_25314()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 3rd, 1st, 4th.
|
NTuple5<T2,T5,T3,T4,T1> |
_25341()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 3rd, 4th, 1st.
|
NTuple3<T2,T5,T4> |
_254()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
|
NTuple5<T2,T5,T4,T1,T3> |
_25413()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 4th, 1st, 3rd.
|
NTuple5<T2,T5,T4,T3,T1> |
_25431()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 4th, 3rd, 1st.
|
T3 |
_3()
Get the third element.
|
NTuple2<T3,T1> |
_31()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
|
NTuple3<T3,T1,T2> |
_312()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
|
NTuple5<T3,T1,T2,T4,T5> |
_31245()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 2nd, 4th, 5th.
|
NTuple5<T3,T1,T2,T5,T4> |
_31254()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 2nd, 5th, 4th.
|
NTuple3<T3,T1,T4> |
_314()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
|
NTuple5<T3,T1,T4,T2,T5> |
_31425()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 4th, 2nd, 5th.
|
NTuple5<T3,T1,T4,T5,T2> |
_31452()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 4th, 5th, 2nd.
|
NTuple3<T3,T1,T5> |
_315()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
|
NTuple5<T3,T1,T5,T2,T4> |
_31524()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 5th, 2nd, 4th.
|
NTuple5<T3,T1,T5,T4,T2> |
_31542()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 1st, 5th, 4th, 2nd.
|
NTuple2<T3,T2> |
_32()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
|
NTuple3<T3,T2,T1> |
_321()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
|
NTuple5<T3,T2,T1,T4,T5> |
_32145()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 1st, 4th, 5th.
|
NTuple5<T3,T2,T1,T5,T4> |
_32154()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 1st, 5th, 4th.
|
NTuple3<T3,T2,T4> |
_324()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
|
NTuple5<T3,T2,T4,T1,T5> |
_32415()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 4th, 1st, 5th.
|
NTuple5<T3,T2,T4,T5,T1> |
_32451()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 4th, 5th, 1st.
|
NTuple3<T3,T2,T5> |
_325()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
|
NTuple5<T3,T2,T5,T1,T4> |
_32514()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 5th, 1st, 4th.
|
NTuple5<T3,T2,T5,T4,T1> |
_32541()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 2nd, 5th, 4th, 1st.
|
NTuple2<T3,T4> |
_34()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
|
NTuple3<T3,T4,T1> |
_341()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
|
NTuple5<T3,T4,T1,T2,T5> |
_34125()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 1st, 2nd, 5th.
|
NTuple5<T3,T4,T1,T5,T2> |
_34152()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 1st, 5th, 2nd.
|
NTuple3<T3,T4,T2> |
_342()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
|
NTuple5<T3,T4,T2,T1,T5> |
_34215()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 2nd, 1st, 5th.
|
NTuple5<T3,T4,T2,T5,T1> |
_34251()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 2nd, 5th, 1st.
|
NTuple3<T3,T4,T5> |
_345()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
|
NTuple5<T3,T4,T5,T1,T2> |
_34512()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 1st, 2nd.
|
NTuple5<T3,T4,T5,T2,T1> |
_34521()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 2nd, 1st.
|
NTuple2<T3,T5> |
_35()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
|
NTuple3<T3,T5,T1> |
_351()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
|
NTuple5<T3,T5,T1,T2,T4> |
_35124()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 1st, 2nd, 4th.
|
NTuple5<T3,T5,T1,T4,T2> |
_35142()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 1st, 4th, 2nd.
|
NTuple3<T3,T5,T2> |
_352()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
|
NTuple5<T3,T5,T2,T1,T4> |
_35214()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 2nd, 1st, 4th.
|
NTuple5<T3,T5,T2,T4,T1> |
_35241()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 2nd, 4th, 1st.
|
NTuple3<T3,T5,T4> |
_354()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
|
NTuple5<T3,T5,T4,T1,T2> |
_35412()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 4th, 1st, 2nd.
|
NTuple5<T3,T5,T4,T2,T1> |
_35421()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 4th, 2nd, 1st.
|
T4 |
_4()
Get the fourth element.
|
NTuple2<T4,T1> |
_41()
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
|
NTuple3<T4,T1,T2> |
_412()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
|
NTuple5<T4,T1,T2,T3,T5> |
_41235()
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 2nd, 3rd, 5th.
|
NTuple5<T4,T1,T2,T5,T3> |
_41253()
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 2nd, 5th, 3rd.
|
NTuple3<T4,T1,T3> |
_413()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
|
NTuple5<T4,T1,T3,T2,T5> |
_41325()
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 3rd, 2nd, 5th.
|
NTuple5<T4,T1,T3,T5,T2> |
_41352()
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 3rd, 5th, 2nd.
|
NTuple3<T4,T1,T5> |
_415()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
|
NTuple5<T4,T1,T5,T2,T3> |
_41523()
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 5th, 2nd, 3rd.
|
NTuple5<T4,T1,T5,T3,T2> |
_41532()
Create a new 5-tuple from this one where the elements are ordered: 4th, 1st, 5th, 3rd, 2nd.
|
NTuple2<T4,T2> |
_42()
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
|
NTuple3<T4,T2,T1> |
_421()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
|
NTuple5<T4,T2,T1,T3,T5> |
_42135()
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 1st, 3rd, 5th.
|
NTuple5<T4,T2,T1,T5,T3> |
_42153()
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 1st, 5th, 3rd.
|
NTuple3<T4,T2,T3> |
_423()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
|
NTuple5<T4,T2,T3,T1,T5> |
_42315()
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 3rd, 1st, 5th.
|
NTuple5<T4,T2,T3,T5,T1> |
_42351()
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 3rd, 5th, 1st.
|
NTuple3<T4,T2,T5> |
_425()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
|
NTuple5<T4,T2,T5,T1,T3> |
_42513()
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 5th, 1st, 3rd.
|
NTuple5<T4,T2,T5,T3,T1> |
_42531()
Create a new 5-tuple from this one where the elements are ordered: 4th, 2nd, 5th, 3rd, 1st.
|
NTuple2<T4,T3> |
_43()
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
|
NTuple3<T4,T3,T1> |
_431()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
|
NTuple5<T4,T3,T1,T2,T5> |
_43125()
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 1st, 2nd, 5th.
|
NTuple5<T4,T3,T1,T5,T2> |
_43152()
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 1st, 5th, 2nd.
|
NTuple3<T4,T3,T2> |
_432()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
|
NTuple5<T4,T3,T2,T1,T5> |
_43215()
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 2nd, 1st, 5th.
|
NTuple5<T4,T3,T2,T5,T1> |
_43251()
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 2nd, 5th, 1st.
|
NTuple3<T4,T3,T5> |
_435()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
|
NTuple5<T4,T3,T5,T1,T2> |
_43512()
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 5th, 1st, 2nd.
|
NTuple5<T4,T3,T5,T2,T1> |
_43521()
Create a new 5-tuple from this one where the elements are ordered: 4th, 3rd, 5th, 2nd, 1st.
|
NTuple2<T4,T5> |
_45()
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
|
NTuple3<T4,T5,T1> |
_451()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
|
NTuple5<T4,T5,T1,T2,T3> |
_45123()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 1st, 2nd, 3rd.
|
NTuple5<T4,T5,T1,T3,T2> |
_45132()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 1st, 3rd, 2nd.
|
NTuple3<T4,T5,T2> |
_452()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
|
NTuple5<T4,T5,T2,T1,T3> |
_45213()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 2nd, 1st, 3rd.
|
NTuple5<T4,T5,T2,T3,T1> |
_45231()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 2nd, 3rd, 1st.
|
NTuple3<T4,T5,T3> |
_453()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
|
NTuple5<T4,T5,T3,T1,T2> |
_45312()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 3rd, 1st, 2nd.
|
NTuple5<T4,T5,T3,T2,T1> |
_45321()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 3rd, 2nd, 1st.
|
T5 |
_5()
Get the fifth element.
|
NTuple2<T5,T1> |
_51()
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
|
NTuple3<T5,T1,T2> |
_512()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
|
NTuple5<T5,T1,T2,T3,T4> |
_51234()
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 2nd, 3rd, 4th.
|
NTuple5<T5,T1,T2,T4,T3> |
_51243()
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 2nd, 4th, 3rd.
|
NTuple3<T5,T1,T3> |
_513()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
|
NTuple5<T5,T1,T3,T2,T4> |
_51324()
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 3rd, 2nd, 4th.
|
NTuple5<T5,T1,T3,T4,T2> |
_51342()
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 3rd, 4th, 2nd.
|
NTuple3<T5,T1,T4> |
_514()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
|
NTuple5<T5,T1,T4,T2,T3> |
_51423()
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 4th, 2nd, 3rd.
|
NTuple5<T5,T1,T4,T3,T2> |
_51432()
Create a new 5-tuple from this one where the elements are ordered: 5th, 1st, 4th, 3rd, 2nd.
|
NTuple2<T5,T2> |
_52()
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
|
NTuple3<T5,T2,T1> |
_521()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
|
NTuple5<T5,T2,T1,T3,T4> |
_52134()
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 1st, 3rd, 4th.
|
NTuple5<T5,T2,T1,T4,T3> |
_52143()
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 1st, 4th, 3rd.
|
NTuple3<T5,T2,T3> |
_523()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
|
NTuple5<T5,T2,T3,T1,T4> |
_52314()
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 3rd, 1st, 4th.
|
NTuple5<T5,T2,T3,T4,T1> |
_52341()
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 3rd, 4th, 1st.
|
NTuple3<T5,T2,T4> |
_524()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
|
NTuple5<T5,T2,T4,T1,T3> |
_52413()
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 4th, 1st, 3rd.
|
NTuple5<T5,T2,T4,T3,T1> |
_52431()
Create a new 5-tuple from this one where the elements are ordered: 5th, 2nd, 4th, 3rd, 1st.
|
NTuple2<T5,T3> |
_53()
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
|
NTuple3<T5,T3,T1> |
_531()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
|
NTuple5<T5,T3,T1,T2,T4> |
_53124()
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 1st, 2nd, 4th.
|
NTuple5<T5,T3,T1,T4,T2> |
_53142()
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 1st, 4th, 2nd.
|
NTuple3<T5,T3,T2> |
_532()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
|
NTuple5<T5,T3,T2,T1,T4> |
_53214()
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 2nd, 1st, 4th.
|
NTuple5<T5,T3,T2,T4,T1> |
_53241()
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 2nd, 4th, 1st.
|
NTuple3<T5,T3,T4> |
_534()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
|
NTuple5<T5,T3,T4,T1,T2> |
_53412()
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 4th, 1st, 2nd.
|
NTuple5<T5,T3,T4,T2,T1> |
_53421()
Create a new 5-tuple from this one where the elements are ordered: 5th, 3rd, 4th, 2nd, 1st.
|
NTuple2<T5,T4> |
_54()
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
|
NTuple3<T5,T4,T1> |
_541()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
|
NTuple5<T5,T4,T1,T2,T3> |
_54123()
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 1st, 2nd, 3rd.
|
NTuple5<T5,T4,T1,T3,T2> |
_54132()
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 1st, 3rd, 2nd.
|
NTuple3<T5,T4,T2> |
_542()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
|
NTuple5<T5,T4,T2,T1,T3> |
_54213()
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 2nd, 1st, 3rd.
|
NTuple5<T5,T4,T2,T3,T1> |
_54231()
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 2nd, 3rd, 1st.
|
NTuple3<T5,T4,T3> |
_543()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
|
NTuple5<T5,T4,T3,T1,T2> |
_54312()
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 3rd, 1st, 2nd.
|
NTuple5<T5,T4,T3,T2,T1> |
_54321()
Create a new 5-tuple from this one where the elements are ordered: 5th, 4th, 3rd, 2nd, 1st.
|
NTuple5<T1,T2,T3,T4,T5> |
frozen()
Convert this into an object of a concrete tuple implementation.
|
<T> NTuple6<T,T1,T2,T3,T4,T5> |
i1(T e1)
Create a 6-tuple from this 5-tuple by inserting a new first element.
|
<T> NTuple6<T1,T,T2,T3,T4,T5> |
i2(T e2)
Create a 6-tuple from this 5-tuple by inserting a new second element.
|
<T> NTuple6<T1,T2,T,T3,T4,T5> |
i3(T e3)
Create a 6-tuple from this 5-tuple by inserting a new third element.
|
<T> NTuple6<T1,T2,T3,T,T4,T5> |
i4(T e4)
Create a 6-tuple from this 5-tuple by inserting a new fourth element.
|
<T> NTuple6<T1,T2,T3,T4,T,T5> |
i5(T e5)
Create a 6-tuple from this 5-tuple by inserting a new fifth element.
|
<T> NTuple6<T1,T2,T3,T4,T5,T> |
i6(T e6)
Create a 6-tuple from this 5-tuple by adding a new sixth element.
|
java.lang.String |
toString() |
<E1> NTuple5<E1,T2,T3,T4,T5> |
x1(E1 e1)
Create a 5-tuple from this one where the first element is exchanged.
|
<E1,E2> NTuple5<E1,E2,T3,T4,T5> |
x12(E1 e1,
E2 e2)
Create a 5-tuple from this one where the first and second elements are exchanged.
|
<E1,E2,E3> NTuple5<E1,E2,E3,T4,T5> |
x123(E1 e1,
E2 e2,
E3 e3)
Create a 5-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 5-tuple from this one where the first, second, third, and fourthelements are exchanged.
|
<E1,E2,E3,E5> |
x1235(E1 e1,
E2 e2,
E3 e3,
E5 e5)
Create a 5-tuple from this one where the first, second, third, and fifthelements are exchanged.
|
<E1,E2,E4> NTuple5<E1,E2,T3,E4,T5> |
x124(E1 e1,
E2 e2,
E4 e4)
Create a 5-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 5-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
|
<E1,E2,E5> NTuple5<E1,E2,T3,T4,E5> |
x125(E1 e1,
E2 e2,
E5 e5)
Create a 5-tuple from this one where the first, second, and fifthelements are exchanged.
|
<E1,E3> NTuple5<E1,T2,E3,T4,T5> |
x13(E1 e1,
E3 e3)
Create a 5-tuple from this one where the first and third elements are exchanged.
|
<E1,E3,E4> NTuple5<E1,T2,E3,E4,T5> |
x134(E1 e1,
E3 e3,
E4 e4)
Create a 5-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 5-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
|
<E1,E3,E5> NTuple5<E1,T2,E3,T4,E5> |
x135(E1 e1,
E3 e3,
E5 e5)
Create a 5-tuple from this one where the first, third, and fifthelements are exchanged.
|
<E1,E4> NTuple5<E1,T2,T3,E4,T5> |
x14(E1 e1,
E4 e4)
Create a 5-tuple from this one where the first and fourth elements are exchanged.
|
<E1,E4,E5> NTuple5<E1,T2,T3,E4,E5> |
x145(E1 e1,
E4 e4,
E5 e5)
Create a 5-tuple from this one where the first, fourth, and fifthelements are exchanged.
|
<E1,E5> NTuple5<E1,T2,T3,T4,E5> |
x15(E1 e1,
E5 e5)
Create a 5-tuple from this one where the first and fifth elements are exchanged.
|
<E2> NTuple5<T1,E2,T3,T4,T5> |
x2(E2 e2)
Create a 5-tuple from this one where the second element is exchanged.
|
<E2,E3> NTuple5<T1,E2,E3,T4,T5> |
x23(E2 e2,
E3 e3)
Create a 5-tuple from this one where the second and third elements are exchanged.
|
<E2,E3,E4> NTuple5<T1,E2,E3,E4,T5> |
x234(E2 e2,
E3 e3,
E4 e4)
Create a 5-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 5-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
|
<E2,E3,E5> NTuple5<T1,E2,E3,T4,E5> |
x235(E2 e2,
E3 e3,
E5 e5)
Create a 5-tuple from this one where the second, third, and fifthelements are exchanged.
|
<E2,E4> NTuple5<T1,E2,T3,E4,T5> |
x24(E2 e2,
E4 e4)
Create a 5-tuple from this one where the second and fourth elements are exchanged.
|
<E2,E4,E5> NTuple5<T1,E2,T3,E4,E5> |
x245(E2 e2,
E4 e4,
E5 e5)
Create a 5-tuple from this one where the second, fourth, and fifthelements are exchanged.
|
<E2,E5> NTuple5<T1,E2,T3,T4,E5> |
x25(E2 e2,
E5 e5)
Create a 5-tuple from this one where the second and fifth elements are exchanged.
|
<E3> NTuple5<T1,T2,E3,T4,T5> |
x3(E3 e3)
Create a 5-tuple from this one where the third element is exchanged.
|
<E3,E4> NTuple5<T1,T2,E3,E4,T5> |
x34(E3 e3,
E4 e4)
Create a 5-tuple from this one where the third and fourth elements are exchanged.
|
<E3,E4,E5> NTuple5<T1,T2,E3,E4,E5> |
x345(E3 e3,
E4 e4,
E5 e5)
Create a 5-tuple from this one where the third, fourth, and fifthelements are exchanged.
|
<E3,E5> NTuple5<T1,T2,E3,T4,E5> |
x35(E3 e3,
E5 e5)
Create a 5-tuple from this one where the third and fifth elements are exchanged.
|
<E4> NTuple5<T1,T2,T3,E4,T5> |
x4(E4 e4)
Create a 5-tuple from this one where the fourth element is exchanged.
|
<E4,E5> NTuple5<T1,T2,T3,E4,E5> |
x45(E4 e4,
E5 e5)
Create a 5-tuple from this one where the fourth and fifth elements are exchanged.
|
<E5> NTuple5<T1,T2,T3,T4,E5> |
x5(E5 e5)
Create a 5-tuple from this one where the fifth 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, frozenNotNull, hash, invoke, sendTo, testBy, toString, toString, view
@NotNull public NTuple5<T1,T2,T3,T5,T4> _12354()
ITuple5
@NotNull public NTuple5<T1,T2,T5,T3,T4> _12534()
ITuple5
@NotNull public NTuple5<T1,T5,T2,T3,T4> _15234()
ITuple5
@NotNull public NTuple5<T5,T1,T2,T3,T4> _51234()
ITuple5
@NotNull public NTuple5<T5,T1,T2,T4,T3> _51243()
ITuple5
@NotNull public NTuple5<T1,T5,T2,T4,T3> _15243()
ITuple5
@NotNull public NTuple5<T1,T2,T5,T4,T3> _12543()
ITuple5
@NotNull public NTuple5<T1,T2,T4,T5,T3> _12453()
ITuple5
@NotNull public NTuple5<T1,T2,T4,T3,T5> _12435()
ITuple5
@NotNull public NTuple5<T1,T4,T2,T3,T5> _14235()
ITuple5
@NotNull public NTuple5<T1,T4,T2,T5,T3> _14253()
ITuple5
@NotNull public NTuple5<T1,T4,T5,T2,T3> _14523()
ITuple5
@NotNull public NTuple5<T1,T5,T4,T2,T3> _15423()
ITuple5
@NotNull public NTuple5<T5,T1,T4,T2,T3> _51423()
ITuple5
@NotNull public NTuple5<T5,T4,T1,T2,T3> _54123()
ITuple5
@NotNull public NTuple5<T4,T5,T1,T2,T3> _45123()
ITuple5
@NotNull public NTuple5<T4,T1,T5,T2,T3> _41523()
ITuple5
@NotNull public NTuple5<T4,T1,T2,T5,T3> _41253()
ITuple5
@NotNull public NTuple5<T4,T1,T2,T3,T5> _41235()
ITuple5
@NotNull public NTuple5<T4,T1,T3,T2,T5> _41325()
ITuple5
@NotNull public NTuple5<T4,T1,T3,T5,T2> _41352()
ITuple5
@NotNull public NTuple5<T4,T1,T5,T3,T2> _41532()
ITuple5
@NotNull public NTuple5<T4,T5,T1,T3,T2> _45132()
ITuple5
@NotNull public NTuple5<T5,T4,T1,T3,T2> _54132()
ITuple5
@NotNull public NTuple5<T5,T1,T4,T3,T2> _51432()
ITuple5
@NotNull public NTuple5<T1,T5,T4,T3,T2> _15432()
ITuple5
@NotNull public NTuple5<T1,T4,T5,T3,T2> _14532()
ITuple5
@NotNull public NTuple5<T1,T4,T3,T5,T2> _14352()
ITuple5
@NotNull public NTuple5<T1,T4,T3,T2,T5> _14325()
ITuple5
@NotNull public NTuple5<T1,T3,T4,T2,T5> _13425()
ITuple5
@NotNull public NTuple5<T1,T3,T4,T5,T2> _13452()
ITuple5
@NotNull public NTuple5<T1,T3,T5,T4,T2> _13542()
ITuple5
@NotNull public NTuple5<T1,T5,T3,T4,T2> _15342()
ITuple5
@NotNull public NTuple5<T5,T1,T3,T4,T2> _51342()
ITuple5
@NotNull public NTuple5<T5,T1,T3,T2,T4> _51324()
ITuple5
@NotNull public NTuple5<T1,T5,T3,T2,T4> _15324()
ITuple5
@NotNull public NTuple5<T1,T3,T5,T2,T4> _13524()
ITuple5
@NotNull public NTuple5<T1,T3,T2,T5,T4> _13254()
ITuple5
@NotNull public NTuple5<T1,T3,T2,T4,T5> _13245()
ITuple5
@NotNull public NTuple5<T3,T1,T2,T4,T5> _31245()
ITuple5
@NotNull public NTuple5<T3,T1,T2,T5,T4> _31254()
ITuple5
@NotNull public NTuple5<T3,T1,T5,T2,T4> _31524()
ITuple5
@NotNull public NTuple5<T3,T5,T1,T2,T4> _35124()
ITuple5
@NotNull public NTuple5<T5,T3,T1,T2,T4> _53124()
ITuple5
@NotNull public NTuple5<T5,T3,T1,T4,T2> _53142()
ITuple5
@NotNull public NTuple5<T3,T5,T1,T4,T2> _35142()
ITuple5
@NotNull public NTuple5<T3,T1,T5,T4,T2> _31542()
ITuple5
@NotNull public NTuple5<T3,T1,T4,T5,T2> _31452()
ITuple5
@NotNull public NTuple5<T3,T1,T4,T2,T5> _31425()
ITuple5
@NotNull public NTuple5<T3,T4,T1,T2,T5> _34125()
ITuple5
@NotNull public NTuple5<T3,T4,T1,T5,T2> _34152()
ITuple5
@NotNull public NTuple5<T3,T4,T5,T1,T2> _34512()
ITuple5
@NotNull public NTuple5<T3,T5,T4,T1,T2> _35412()
ITuple5
@NotNull public NTuple5<T5,T3,T4,T1,T2> _53412()
ITuple5
@NotNull public NTuple5<T5,T4,T3,T1,T2> _54312()
ITuple5
@NotNull public NTuple5<T4,T5,T3,T1,T2> _45312()
ITuple5
@NotNull public NTuple5<T4,T3,T5,T1,T2> _43512()
ITuple5
@NotNull public NTuple5<T4,T3,T1,T5,T2> _43152()
ITuple5
@NotNull public NTuple5<T4,T3,T1,T2,T5> _43125()
ITuple5
@NotNull public NTuple5<T4,T3,T2,T1,T5> _43215()
ITuple5
@NotNull public NTuple5<T4,T3,T2,T5,T1> _43251()
ITuple5
@NotNull public NTuple5<T4,T3,T5,T2,T1> _43521()
ITuple5
@NotNull public NTuple5<T4,T5,T3,T2,T1> _45321()
ITuple5
@NotNull public NTuple5<T5,T4,T3,T2,T1> _54321()
ITuple5
@NotNull public NTuple5<T5,T3,T4,T2,T1> _53421()
ITuple5
@NotNull public NTuple5<T3,T5,T4,T2,T1> _35421()
ITuple5
@NotNull public NTuple5<T3,T4,T5,T2,T1> _34521()
ITuple5
@NotNull public NTuple5<T3,T4,T2,T5,T1> _34251()
ITuple5
@NotNull public NTuple5<T3,T4,T2,T1,T5> _34215()
ITuple5
@NotNull public NTuple5<T3,T2,T4,T1,T5> _32415()
ITuple5
@NotNull public NTuple5<T3,T2,T4,T5,T1> _32451()
ITuple5
@NotNull public NTuple5<T3,T2,T5,T4,T1> _32541()
ITuple5
@NotNull public NTuple5<T3,T5,T2,T4,T1> _35241()
ITuple5
@NotNull public NTuple5<T5,T3,T2,T4,T1> _53241()
ITuple5
@NotNull public NTuple5<T5,T3,T2,T1,T4> _53214()
ITuple5
@NotNull public NTuple5<T3,T5,T2,T1,T4> _35214()
ITuple5
@NotNull public NTuple5<T3,T2,T5,T1,T4> _32514()
ITuple5
@NotNull public NTuple5<T3,T2,T1,T5,T4> _32154()
ITuple5
@NotNull public NTuple5<T3,T2,T1,T4,T5> _32145()
ITuple5
@NotNull public NTuple5<T2,T3,T1,T4,T5> _23145()
ITuple5
@NotNull public NTuple5<T2,T3,T1,T5,T4> _23154()
ITuple5
@NotNull public NTuple5<T2,T3,T5,T1,T4> _23514()
ITuple5
@NotNull public NTuple5<T2,T5,T3,T1,T4> _25314()
ITuple5
@NotNull public NTuple5<T5,T2,T3,T1,T4> _52314()
ITuple5
@NotNull public NTuple5<T5,T2,T3,T4,T1> _52341()
ITuple5
@NotNull public NTuple5<T2,T5,T3,T4,T1> _25341()
ITuple5
@NotNull public NTuple5<T2,T3,T5,T4,T1> _23541()
ITuple5
@NotNull public NTuple5<T2,T3,T4,T5,T1> _23451()
ITuple5
@NotNull public NTuple5<T2,T3,T4,T1,T5> _23415()
ITuple5
@NotNull public NTuple5<T2,T4,T3,T1,T5> _24315()
ITuple5
@NotNull public NTuple5<T2,T4,T3,T5,T1> _24351()
ITuple5
@NotNull public NTuple5<T2,T4,T5,T3,T1> _24531()
ITuple5
@NotNull public NTuple5<T2,T5,T4,T3,T1> _25431()
ITuple5
@NotNull public NTuple5<T5,T2,T4,T3,T1> _52431()
ITuple5
@NotNull public NTuple5<T5,T4,T2,T3,T1> _54231()
ITuple5
@NotNull public NTuple5<T4,T5,T2,T3,T1> _45231()
ITuple5
@NotNull public NTuple5<T4,T2,T5,T3,T1> _42531()
ITuple5
@NotNull public NTuple5<T4,T2,T3,T5,T1> _42351()
ITuple5
@NotNull public NTuple5<T4,T2,T3,T1,T5> _42315()
ITuple5
@NotNull public NTuple5<T4,T2,T1,T3,T5> _42135()
ITuple5
@NotNull public NTuple5<T4,T2,T1,T5,T3> _42153()
ITuple5
@NotNull public NTuple5<T4,T2,T5,T1,T3> _42513()
ITuple5
@NotNull public NTuple5<T4,T5,T2,T1,T3> _45213()
ITuple5
@NotNull public NTuple5<T5,T4,T2,T1,T3> _54213()
ITuple5
@NotNull public NTuple5<T5,T2,T4,T1,T3> _52413()
ITuple5
@NotNull public NTuple5<T2,T5,T4,T1,T3> _25413()
ITuple5
@NotNull public NTuple5<T2,T4,T5,T1,T3> _24513()
ITuple5
@NotNull public NTuple5<T2,T4,T1,T5,T3> _24153()
ITuple5
@NotNull public NTuple5<T2,T4,T1,T3,T5> _24135()
ITuple5
@NotNull public NTuple5<T2,T1,T4,T3,T5> _21435()
ITuple5
@NotNull public NTuple5<T2,T1,T4,T5,T3> _21453()
ITuple5
@NotNull public NTuple5<T2,T1,T5,T4,T3> _21543()
ITuple5
@NotNull public NTuple5<T2,T5,T1,T4,T3> _25143()
ITuple5
@NotNull public NTuple5<T5,T2,T1,T4,T3> _52143()
ITuple5
@NotNull public NTuple5<T5,T2,T1,T3,T4> _52134()
ITuple5
@NotNull public NTuple5<T2,T5,T1,T3,T4> _25134()
ITuple5
@NotNull public NTuple5<T2,T1,T5,T3,T4> _21534()
ITuple5
@NotNull public NTuple5<T2,T1,T3,T5,T4> _21354()
ITuple5
@NotNull public NTuple5<T2,T1,T3,T4,T5> _21345()
ITuple5
@NotNull public NTuple4<T1,T2,T3,T4> _1234()
ITuple5
@NotNull public NTuple4<T1,T2,T3,T5> _1235()
ITuple5
@NotNull public NTuple4<T1,T2,T4,T5> _1245()
ITuple5
@NotNull public NTuple4<T1,T3,T4,T5> _1345()
ITuple5
@NotNull public NTuple4<T2,T3,T4,T5> _2345()
ITuple5
@NotNull public NTuple3<T1,T2,T3> _123()
ITuple5
@NotNull public NTuple3<T1,T3,T2> _132()
ITuple5
@NotNull public NTuple3<T3,T1,T2> _312()
ITuple5
@NotNull public NTuple3<T3,T2,T1> _321()
ITuple5
@NotNull public NTuple3<T2,T3,T1> _231()
ITuple5
@NotNull public NTuple3<T2,T1,T3> _213()
ITuple5
@NotNull public NTuple3<T1,T2,T4> _124()
ITuple5
@NotNull public NTuple3<T1,T4,T2> _142()
ITuple5
@NotNull public NTuple3<T4,T1,T2> _412()
ITuple5
@NotNull public NTuple3<T4,T2,T1> _421()
ITuple5
@NotNull public NTuple3<T2,T4,T1> _241()
ITuple5
@NotNull public NTuple3<T2,T1,T4> _214()
ITuple5
@NotNull public NTuple3<T1,T3,T4> _134()
ITuple5
@NotNull public NTuple3<T1,T4,T3> _143()
ITuple5
@NotNull public NTuple3<T4,T1,T3> _413()
ITuple5
@NotNull public NTuple3<T4,T3,T1> _431()
ITuple5
@NotNull public NTuple3<T3,T4,T1> _341()
ITuple5
@NotNull public NTuple3<T3,T1,T4> _314()
ITuple5
@NotNull public NTuple3<T2,T3,T4> _234()
ITuple5
@NotNull public NTuple3<T2,T4,T3> _243()
ITuple5
@NotNull public NTuple3<T4,T2,T3> _423()
ITuple5
@NotNull public NTuple3<T4,T3,T2> _432()
ITuple5
@NotNull public NTuple3<T3,T4,T2> _342()
ITuple5
@NotNull public NTuple3<T3,T2,T4> _324()
ITuple5
@NotNull public NTuple3<T1,T2,T5> _125()
ITuple5
@NotNull public NTuple3<T1,T5,T2> _152()
ITuple5
@NotNull public NTuple3<T5,T1,T2> _512()
ITuple5
@NotNull public NTuple3<T5,T2,T1> _521()
ITuple5
@NotNull public NTuple3<T2,T5,T1> _251()
ITuple5
@NotNull public NTuple3<T2,T1,T5> _215()
ITuple5
@NotNull public NTuple3<T1,T3,T5> _135()
ITuple5
@NotNull public NTuple3<T1,T5,T3> _153()
ITuple5
@NotNull public NTuple3<T5,T1,T3> _513()
ITuple5
@NotNull public NTuple3<T5,T3,T1> _531()
ITuple5
@NotNull public NTuple3<T3,T5,T1> _351()
ITuple5
@NotNull public NTuple3<T3,T1,T5> _315()
ITuple5
@NotNull public NTuple3<T2,T3,T5> _235()
ITuple5
@NotNull public NTuple3<T2,T5,T3> _253()
ITuple5
@NotNull public NTuple3<T5,T2,T3> _523()
ITuple5
@NotNull public NTuple3<T5,T3,T2> _532()
ITuple5
@NotNull public NTuple3<T3,T5,T2> _352()
ITuple5
@NotNull public NTuple3<T3,T2,T5> _325()
ITuple5
@NotNull public NTuple3<T1,T4,T5> _145()
ITuple5
@NotNull public NTuple3<T1,T5,T4> _154()
ITuple5
@NotNull public NTuple3<T5,T1,T4> _514()
ITuple5
@NotNull public NTuple3<T5,T4,T1> _541()
ITuple5
@NotNull public NTuple3<T4,T5,T1> _451()
ITuple5
@NotNull public NTuple3<T4,T1,T5> _415()
ITuple5
@NotNull public NTuple3<T2,T4,T5> _245()
ITuple5
@NotNull public NTuple3<T2,T5,T4> _254()
ITuple5
@NotNull public NTuple3<T5,T2,T4> _524()
ITuple5
@NotNull public NTuple3<T5,T4,T2> _542()
ITuple5
@NotNull public NTuple3<T4,T5,T2> _452()
ITuple5
@NotNull public NTuple3<T4,T2,T5> _425()
ITuple5
@NotNull public NTuple3<T3,T4,T5> _345()
ITuple5
@NotNull public NTuple3<T3,T5,T4> _354()
ITuple5
@NotNull public NTuple3<T5,T3,T4> _534()
ITuple5
@NotNull public NTuple3<T5,T4,T3> _543()
ITuple5
@NotNull public NTuple3<T4,T5,T3> _453()
ITuple5
@NotNull public NTuple3<T4,T3,T5> _435()
ITuple5
@NotNull public NTuple2<T1,T2> _12()
ITuple5
@NotNull public NTuple2<T2,T1> _21()
ITuple5
@NotNull public NTuple2<T1,T3> _13()
ITuple5
@NotNull public NTuple2<T3,T1> _31()
ITuple5
@NotNull public NTuple2<T2,T3> _23()
ITuple5
@NotNull public NTuple2<T3,T2> _32()
ITuple5
@NotNull public NTuple2<T1,T4> _14()
ITuple5
@NotNull public NTuple2<T4,T1> _41()
ITuple5
@NotNull public NTuple2<T2,T4> _24()
ITuple5
@NotNull public NTuple2<T4,T2> _42()
ITuple5
@NotNull public NTuple2<T3,T4> _34()
ITuple5
@NotNull public NTuple2<T4,T3> _43()
ITuple5
@NotNull public NTuple2<T1,T5> _15()
ITuple5
@NotNull public NTuple2<T5,T1> _51()
ITuple5
@NotNull public NTuple2<T2,T5> _25()
ITuple5
@NotNull public NTuple2<T5,T2> _52()
ITuple5
@NotNull public NTuple2<T3,T5> _35()
ITuple5
@NotNull public NTuple2<T5,T3> _53()
ITuple5
@NotNull public NTuple2<T4,T5> _45()
ITuple5
@NotNull public NTuple2<T5,T4> _54()
ITuple5
@NotNull public NTuple5<T1,T2,T3,T4,T5> frozen()
ITuple5
null
elements,
see ITuple5.frozenNotNull()
for a method which returns tuples
which don't have nullable elements.@NotNull public <E1> NTuple5<E1,T2,T3,T4,T5> x1(@Nullable E1 e1)
E1
- type of exchanged first elemente1
- new first element@NotNull public <E2> NTuple5<T1,E2,T3,T4,T5> x2(@Nullable E2 e2)
E2
- type of exchanged second elemente2
- new second element@NotNull public <E3> NTuple5<T1,T2,E3,T4,T5> x3(@Nullable E3 e3)
E3
- type of exchanged third elemente3
- new third element@NotNull public <E4> NTuple5<T1,T2,T3,E4,T5> x4(@Nullable E4 e4)
E4
- type of exchanged fourth elemente4
- new fourth element@NotNull public <E5> NTuple5<T1,T2,T3,T4,E5> x5(@Nullable E5 e5)
E5
- type of exchanged fifth elemente5
- new fifth element@NotNull public <E1,E2> NTuple5<E1,E2,T3,T4,T5> x12(@Nullable E1 e1, @Nullable E2 e2)
E1
- type of exchanged first elementE2
- type of exchanged second elemente1
- new first elemente2
- new second element@NotNull public <E1,E3> NTuple5<E1,T2,E3,T4,T5> x13(@Nullable E1 e1, @Nullable E3 e3)
E1
- type of exchanged first elementE3
- type of exchanged third elemente1
- new first elemente3
- new third element@NotNull public <E2,E3> NTuple5<T1,E2,E3,T4,T5> x23(@Nullable E2 e2, @Nullable E3 e3)
E2
- type of exchanged second elementE3
- type of exchanged third elemente2
- new second elemente3
- new third element@NotNull public <E1,E4> NTuple5<E1,T2,T3,E4,T5> x14(@Nullable E1 e1, @Nullable E4 e4)
E1
- type of exchanged first elementE4
- type of exchanged fourth elemente1
- new first elemente4
- new fourth element@NotNull public <E2,E4> NTuple5<T1,E2,T3,E4,T5> x24(@Nullable E2 e2, @Nullable E4 e4)
E2
- type of exchanged second elementE4
- type of exchanged fourth elemente2
- new second elemente4
- new fourth element@NotNull public <E3,E4> NTuple5<T1,T2,E3,E4,T5> x34(@Nullable E3 e3, @Nullable E4 e4)
E3
- type of exchanged third elementE4
- type of exchanged fourth elemente3
- new third elemente4
- new fourth element@NotNull public <E1,E5> NTuple5<E1,T2,T3,T4,E5> x15(@Nullable E1 e1, @Nullable E5 e5)
E1
- type of exchanged first elementE5
- type of exchanged fifth elemente1
- new first elemente5
- new fifth element@NotNull public <E2,E5> NTuple5<T1,E2,T3,T4,E5> x25(@Nullable E2 e2, @Nullable E5 e5)
E2
- type of exchanged second elementE5
- type of exchanged fifth elemente2
- new second elemente5
- new fifth element@NotNull public <E3,E5> NTuple5<T1,T2,E3,T4,E5> x35(@Nullable E3 e3, @Nullable E5 e5)
E3
- type of exchanged third elementE5
- type of exchanged fifth elemente3
- new third elemente5
- new fifth element@NotNull public <E4,E5> NTuple5<T1,T2,T3,E4,E5> x45(@Nullable E4 e4, @Nullable E5 e5)
E4
- type of exchanged fourth elementE5
- type of exchanged fifth elemente4
- new fourth elemente5
- new fifth element@NotNull public <E1,E2,E3> NTuple5<E1,E2,E3,T4,T5> x123(@Nullable E1 e1, @Nullable E2 e2, @Nullable 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> NTuple5<E1,E2,T3,E4,T5> x124(@Nullable E1 e1, @Nullable E2 e2, @Nullable 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> NTuple5<E1,T2,E3,E4,T5> x134(@Nullable E1 e1, @Nullable E3 e3, @Nullable 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> NTuple5<T1,E2,E3,E4,T5> x234(@Nullable E2 e2, @Nullable E3 e3, @Nullable 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> NTuple5<E1,E2,T3,T4,E5> x125(@Nullable E1 e1, @Nullable E2 e2, @Nullable 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> NTuple5<E1,T2,E3,T4,E5> x135(@Nullable E1 e1, @Nullable E3 e3, @Nullable 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> NTuple5<T1,E2,E3,T4,E5> x235(@Nullable E2 e2, @Nullable E3 e3, @Nullable 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> NTuple5<E1,T2,T3,E4,E5> x145(@Nullable E1 e1, @Nullable E4 e4, @Nullable 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> NTuple5<T1,E2,T3,E4,E5> x245(@Nullable E2 e2, @Nullable E4 e4, @Nullable 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> NTuple5<T1,T2,E3,E4,E5> x345(@Nullable E3 e3, @Nullable E4 e4, @Nullable 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,E3,E4> NTuple5<E1,E2,E3,E4,T5> x1234(@Nullable E1 e1, @Nullable E2 e2, @Nullable E3 e3, @Nullable 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> NTuple5<E1,E2,E3,T4,E5> x1235(@Nullable E1 e1, @Nullable E2 e2, @Nullable E3 e3, @Nullable 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> NTuple5<E1,E2,T3,E4,E5> x1245(@Nullable E1 e1, @Nullable E2 e2, @Nullable E4 e4, @Nullable 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> NTuple5<E1,T2,E3,E4,E5> x1345(@Nullable E1 e1, @Nullable E3 e3, @Nullable E4 e4, @Nullable 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> NTuple5<T1,E2,E3,E4,E5> x2345(@Nullable E2 e2, @Nullable E3 e3, @Nullable E4 e4, @Nullable 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 <T> NTuple6<T,T1,T2,T3,T4,T5> i1(@Nullable T e1)
T
- new element typee1
- new element@NotNull public <T> NTuple6<T1,T,T2,T3,T4,T5> i2(@Nullable T e2)
T
- new element typee2
- new element@NotNull public <T> NTuple6<T1,T2,T,T3,T4,T5> i3(@Nullable T e3)
T
- new element typee3
- new element@NotNull public <T> NTuple6<T1,T2,T3,T,T4,T5> i4(@Nullable T e4)
T
- new element typee4
- new element@NotNull public <T> NTuple6<T1,T2,T3,T4,T,T5> i5(@Nullable T e5)
T
- new element typee5
- new element@NotNull public <T> NTuple6<T1,T2,T3,T4,T5,T> i6(@Nullable T e6)
T
- new element typee6
- new element