- java.lang.Object
-
- org.apache.lucene.queryparser.ext.Extensions.Pair<Cur,Cud>
-
- Type Parameters:
Cur
- the pairs first element
Cud
- the pairs last element of the pair.
- Enclosing class:
- Extensions
public static class Extensions.Pair<Cur,Cud>
extends java.lang.Object
This class represents a generic pair.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
Cud |
cud |
Cur |
cur |
-
Constructor Summary
Constructors
Constructor and Description |
Pair(Cur cur,
Cud cud)
Creates a new Pair
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.