org.apache.solr.search.grouping.distributed.command
Class Pair<A,B>

java.lang.Object
  extended by org.apache.solr.search.grouping.distributed.command.Pair<A,B>

public class Pair<A,B>
extends Object

A simple data structure to hold a pair of typed objects.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
Pair(A a, B b)
           
 
Method Summary
 A getA()
           
 B getB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(A a,
            B b)
Method Detail

getA

public A getA()

getB

public B getB()


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.