- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for T5 (0.01 seconds)
-
src/main/java/org/codelibs/core/misc/Tuple5.java
* The type of the second value * @param <T3> * The type of the third value * @param <T4> * The type of the fourth value * @param <T5> * The type of the fifth value */ public class Tuple5<T1, T2, T3, T4, T5> { /** The first value */ protected T1 value1; /** The second value */ protected T2 value2; /** The third value */ protected T3 value3;
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 6.5K bytes - Click Count (0)