Unit Class
Introduction The org.javatuples.Unit class represents a Tuple with single element. Class declaration Following is the declaration for org.javatuples.Unit class − Learn Java in-depth with real-world projects through our Java certification course. Enroll and become a certified expert to boost your career. Class constructors Sr.No. Constructor & Description 1 Unit(A value0)This creates a Unit Tuple. Class Methods Sr.No. Method & Description 1 Pair […]