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 ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic Declaration getDeclaration()
public ReadAccessor getExtractor()
public IndexEvaluator getEvaluator()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.