Example usage for Java android.util Pair fields, constructors, methods, implement or subclass
The text is from its open source code.
Pair(F first, S second) Constructor for a Pair. |
Pair | create(A a, B b) Convenience method for creating an appropriately typed pair. |