Uses of Record Class
cloud.opencode.base.core.tuple.Quadruple
Packages that use Quadruple
-
Uses of Quadruple in cloud.opencode.base.core.tuple
Methods in cloud.opencode.base.core.tuple that return QuadrupleModifier and TypeMethodDescriptionstatic <A,B, C, D> Quadruple <A, B, C, D> Quadruple.empty()Creates an empty Quadruple 创建空四元组static <A,B, C, D> Quadruple <A, B, C, D> TupleUtil.emptyQuadruple()Creates an empty Quadruple 创建空四元组Maps the first element 映射第一个元素Maps the fourth element 映射第四个元素Maps the second element 映射第二个元素Maps the third element 映射第三个元素static <A,B, C, D> Quadruple <A, B, C, D> Quadruple.of(A first, B second, C third, D fourth) Creates a Quadruple 创建四元组static <A,B, C, D> Quadruple <A, B, C, D> TupleUtil.quadruple(A first, B second, C third, D fourth) Creates a Quadruple 创建四元组