public class AlphaRangeIndex extends Object implements Externalizable
| Constructor and Description |
|---|
AlphaRangeIndex() |
AlphaRangeIndex(CompositeObjectSinkAdapter.FieldIndex fieldIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AlphaNode alphaNode) |
void |
clear() |
Collection<AlphaNode> |
getAllValues() |
CompositeObjectSinkAdapter.FieldIndex |
getFieldIndex() |
Collection<AlphaNode> |
getMatchingAlphaNodes(Object object) |
void |
readExternal(ObjectInput in) |
void |
remove(AlphaNode alphaNode) |
int |
size() |
void |
writeExternal(ObjectOutput out) |
public AlphaRangeIndex()
public AlphaRangeIndex(CompositeObjectSinkAdapter.FieldIndex fieldIndex)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void add(AlphaNode alphaNode)
public void remove(AlphaNode alphaNode)
public int size()
public Collection<AlphaNode> getMatchingAlphaNodes(Object object)
public Collection<AlphaNode> getAllValues()
public void clear()
public CompositeObjectSinkAdapter.FieldIndex getFieldIndex()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.