Example usage for android.support.v4.util Pair subclass-usage

List of usage examples for android.support.v4.util Pair subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.util Pair subclass-usage.

Usage

From source file ca.ualberta.slevinsk.gameshow.SpecialPair.java

/**
 * A Pair, with overridden toString that returns the first element's toString.
 * @param <K> Type of first member of Pair
 * @param <V> Type of second member of Pair
 */
public class SpecialPair<K, V> extends Pair<K, V> {