TYPE1
- Type of element 1TYPE2
- Type of element 2TYPE3
- Type of element 3public class Triplet<TYPE1,TYPE2,TYPE3>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
TYPE1 |
element1
Element 1
|
TYPE2 |
element2
Element 2
|
TYPE3 |
element3
Element 3
|
Constructor and Description |
---|
Triplet()
Create a new instance of Triplet
|
Triplet(TYPE1 element1,
TYPE2 element2,
TYPE3 element3)
Create a new instance of Triplet
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
String representation
Parent documentation: |