Java org.apache.commons.lang3.tuple ImmutableTriple fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3.tuple ImmutableTriple fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang3.tuple ImmutableTriple.

The text is from its open source code.

Constructor

Method

LgetLeft()
MgetMiddle()
RgetRight()
ImmutableTripleof(final L left, final M middle, final R right)

Obtains an immutable triple of from three objects inferring the generic types.

This factory allows the triple to be created using inference to obtain the generic types.

StringtoString()
Returns a string representation of the object.