- struct(T1, T2) - Static method in class com.github.fracpete.javautils.Struct
-
Wraps two elements in struct container.
- struct(T1, T2, T3) - Static method in class com.github.fracpete.javautils.Struct
-
Wraps three elements in struct container.
- struct(T1, T2, T3, T4) - Static method in class com.github.fracpete.javautils.Struct
-
Wraps four elements in struct container.
- struct(T1, T2, T3, T4, T5) - Static method in class com.github.fracpete.javautils.Struct
-
Wraps five elements in struct container.
- Struct - Class in com.github.fracpete.javautils
-
For wrapping multiple objects in container objects.
- Struct() - Constructor for class com.github.fracpete.javautils.Struct
-
- Struct2<T1,T2> - Class in com.github.fracpete.javautils.struct
-
Simple container class for two values.
- Struct2(T1, T2) - Constructor for class com.github.fracpete.javautils.struct.Struct2
-
Initializes the container.
- Struct3<T1,T2,T3> - Class in com.github.fracpete.javautils.struct
-
Simple container class for three values.
- Struct3(T1, T2, T3) - Constructor for class com.github.fracpete.javautils.struct.Struct3
-
Initializes the container.
- Struct4<T1,T2,T3,T4> - Class in com.github.fracpete.javautils.struct
-
Simple container class for four values.
- Struct4(T1, T2, T3, T4) - Constructor for class com.github.fracpete.javautils.struct.Struct4
-
Initializes the container.
- Struct5<T1,T2,T3,T4,T5> - Class in com.github.fracpete.javautils.struct
-
Simple container class for five values.
- Struct5(T1, T2, T3, T4, T5) - Constructor for class com.github.fracpete.javautils.struct.Struct5
-
Initializes the container.
- StructExamples - Class in com.github.fracpete.javautils.examples
-
Examples for using structs.
- StructExamples() - Constructor for class com.github.fracpete.javautils.examples.StructExamples
-