public static class CompositeObjectSinkAdapter.HashKey extends Object implements Externalizable
Constructor and Description |
---|
HashKey() |
HashKey(CompositeObjectSinkAdapter.FieldIndex fieldIndex,
Object value) |
HashKey(int index,
FieldValue value,
InternalReadAccessor extractor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
getBooleanValue() |
double |
getDoubleValue() |
int |
getIndex() |
long |
getLongValue() |
Object |
getObjectValue() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setValue(int index,
InternalReadAccessor extractor,
FieldValue value) |
void |
setValue(int index,
Object value,
InternalReadAccessor extractor) |
void |
writeExternal(ObjectOutput out) |
public HashKey()
public HashKey(CompositeObjectSinkAdapter.FieldIndex fieldIndex, Object value)
public HashKey(int index, FieldValue value, InternalReadAccessor extractor)
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 int getIndex()
public void setValue(int index, Object value, InternalReadAccessor extractor)
public void setValue(int index, InternalReadAccessor extractor, FieldValue value)
public boolean getBooleanValue()
public long getLongValue()
public double getDoubleValue()
public Object getObjectValue()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.