org.apache.lucene.queryParser.ext
Class Extensions.Pair<Cur,Cud>
java.lang.Object
org.apache.lucene.queryParser.ext.Extensions.Pair<Cur,Cud>
- Type Parameters:
Cur
- the pairs first elementCud
- the pairs last element of the pair.
- Enclosing class:
- Extensions
public static class Extensions.Pair<Cur,Cud>
- extends Object
This class represents a generic pair.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cur
public final Cur cur
cud
public final Cud cud
Extensions.Pair
public Extensions.Pair(Cur cur,
Cud cud)
- Creates a new Pair
- Parameters:
cur
- the pairs first elementcud
- the pairs last element