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

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

Introduction

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

The text is from its open source code.

Constructor

ImmutablePair(final L left, final R right)
Create a new pair instance.

Method

LgetLeft()
RgetRight()
ImmutablePairof(final L left, final R right)

Obtains an immutable pair of from two objects inferring the generic types.

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