Class ConfigurationKey<T>
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey<T>
-
- Type Parameters:
T
- holds the value's type, which is defined in the generic argument.
public final class ConfigurationKey<T> extends Object
An instance of this class represents a key that is used to retrieve a value fromAbstractQueryConfig
.- See Also:
AbstractQueryConfig
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> ConfigurationKey<T>
newInstance()
Creates a new instance.
-
-
-
Method Detail
-
newInstance
public static <T> ConfigurationKey<T> newInstance()
Creates a new instance.- Type Parameters:
T
- the value's type- Returns:
- a new instance
-
-