Skip to content

Tag Archives: JavaTuples

The fromIterable() method in org.javatuples is used to instance a tuple in a semantically elegant way, with the values of the iterable, given as parameters.… Read More
The containsAll() method in org.javatuples is used to check whether a collection of values is present in the TupleClass, given as parameters. This method can… Read More
The getSize() method in org.javatuples is used to fetch the size of the TupleClassObject. That is, it is used to fetch the number of values… Read More
The getValue() method in org.javatuples is used to fetch the value of the TupleClassObject from the index passed as the parameter. This method can be… Read More
The contains() method in org.javatuples is used to check whether a value is present in the TupleClass, given as parameters. This method can be used… Read More
The toString() method in org.javatuples is used to convert the values in TupleClass into a String. This method is inherited from the JavaTuple class. This… Read More
The toArray() method in org.javatuples is used to convert the values in TupleClass into an array of Object type. This method is inherited from the… Read More
The lastIndexOf() method in org.javatuples is used to find the last index of a value, passed as parameter, in TupleClass. This method takes the parameter… Read More
The indexOf() method in org.javatuples is used to find the index of a value, passed as parameter, in TupleClass. This method takes the parameter of… Read More
The getValueX() method in org.javatuples is used to fetch the value of the TupleClassObject from the index X. This method can be used to any… Read More
The getLabel() method in org.javatuples is used to fetch the label from the TupleClassObject from the LabelValue Class. This method can be used with only… Read More
The getKey() method in org.javatuples is used to fetch the key from the TupleClassObject from the KeyValue Class. This method can be used with only… Read More
The setKey() method in org.javatuples is used to set the key of the KeyValue Class object. This method can be used with only KeyValue class… Read More
The setLabel() method in org.javatuples is used to set the label of the LabelValue Class object. This method can be used with only LabelValue class… Read More
The setValue() method in org.javatuples is used to set the value in the LabelValueClassObject or KeyValueClassObject. This method can be used with only LabelValue class… Read More

Start Your Coding Journey Now!