Class Extensions.Pair<Cur,Cud>

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 Object
This class represents a generic pair.
  • Field Details

    • cur

      public final Cur cur
    • cud

      public final Cud cud
  • Constructor Details

    • Pair

      public Pair(Cur cur, Cud cud)
      Creates a new Pair
      Parameters:
      cur - the pairs first element
      cud - the pairs last element