Uses of Class
eu.bandm.tools.util.anon.CoTuple
Packages that use CoTuple
Package
Description
Collection types which work without names for classes and components.
-
Uses of CoTuple in eu.bandm.tools.util.anon
Methods in eu.bandm.tools.util.anon that return CoTupleModifier and TypeMethodDescriptionstatic <A,
B, C, D>
CoTuple<A, B, C, D> CoTuple.new1
(A p1) Create an instance of variant 1static <A,
B, C, D>
CoTuple<A, B, C, D> CoTuple.new2
(B p2) Create an instance of variant 2static <A,
B, C, D>
CoTuple<A, B, C, D> CoTuple.new3
(C p3) Create an instance of variant 3static <A,
B, C, D>
CoTuple<A, B, C, D> CoTuple.new4
(D p4) Create an instance of variant 4