public static class AbstractHashTable.FieldIndex extends Object implements Externalizable
Constructor and Description |
---|
AbstractHashTable.FieldIndex() |
AbstractHashTable.FieldIndex(InternalReadAccessor extractor,
Declaration declaration,
IndexEvaluator evaluator) |
Modifier and Type | Method and Description |
---|---|
Declaration |
getDeclaration() |
IndexEvaluator |
getEvaluator() |
ReadAccessor |
getExtractor() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public AbstractHashTable.FieldIndex()
public AbstractHashTable.FieldIndex(InternalReadAccessor extractor, Declaration declaration, IndexEvaluator evaluator)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public Declaration getDeclaration()
public ReadAccessor getExtractor()
public IndexEvaluator getEvaluator()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.