Example usage for org.apache.commons.lang3.tuple Pair interface-usage

List of usage examples for org.apache.commons.lang3.tuple Pair interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3.tuple Pair interface-usage.

Usage

From source file orderedpair.OrderedPair.java

/**
 *
 * @author Alina
 */
public class OrderedPair<K, V> implements Pair<K, V> {