public static final class FuzzyTermsEnum.LevenshteinAutomataAttributeImpl extends AttributeImpl implements FuzzyTermsEnum.LevenshteinAutomataAttribute
Constructor and Description |
---|
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
List<CompiledAutomaton> |
automata() |
void |
clear()
Clears the values in this AttributeImpl and resets it to its
default value.
|
void |
copyTo(AttributeImpl target)
Copies the values from this Attribute into the passed-in
target attribute.
|
boolean |
equals(Object other) |
int |
hashCode() |
clone, reflectAsString, reflectWith
public FuzzyTermsEnum.LevenshteinAutomataAttributeImpl()
public List<CompiledAutomaton> automata()
automata
in interface FuzzyTermsEnum.LevenshteinAutomataAttribute
public void clear()
AttributeImpl
clear
in class AttributeImpl
public void copyTo(AttributeImpl target)
AttributeImpl
copyTo
in class AttributeImpl
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.