Java android.util Pair fields, constructors, methods, implement or subclass

Example usage for Java android.util Pair fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util Pair.

The text is from its open source code.

Constructor

Pair(F first, S second)
Constructor for a Pair.

Method

Paircreate(A a, B b)
Convenience method for creating an appropriately typed pair.