public abstract class CompoundResult extends Object implements SmartExternalizable, Cloneable
Modifier and Type | Field and Description |
---|---|
protected int |
hashCode |
protected Map<String,Integer> |
nameIndexMap |
protected Object[] |
values |
Constructor and Description |
---|
CompoundResult()
Required for Externalizable
|
CompoundResult(Object[] values,
Map<String,Integer> nameIndexMap) |
Modifier and Type | Method and Description |
---|---|
CompoundResult |
clone() |
boolean |
equals(Object obj) |
Object |
get(int index) |
Object |
get(String name) |
Boolean |
getBoolean(int index) |
Boolean |
getBoolean(String name) |
Byte |
getByte(int index) |
Byte |
getByte(String name) |
Double |
getDouble(int index) |
Double |
getDouble(String name) |
Float |
getFloat(int index) |
Float |
getFloat(String name) |
Integer |
getInt(int index) |
Integer |
getInt(String name) |
Long |
getLong(int index) |
Long |
getLong(String name) |
Short |
getShort(int index) |
Short |
getShort(String name) |
String |
getString(int index) |
String |
getString(String name) |
int |
hashCode() |
protected int |
indexOf(String name) |
protected void |
printValues(StringBuilder sb,
String prefix,
String suffix) |
void |
readExternal(ObjectInput in) |
void |
set(int index,
Object value) |
int |
size() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
protected Object[] values
protected transient int hashCode
protected void printValues(StringBuilder sb, String prefix, String suffix)
public CompoundResult clone()
protected int indexOf(String name)
public int size()
public Object get(int index)
public void set(int index, Object value)
public Boolean getBoolean(int index)
public Byte getByte(int index)
public Short getShort(int index)
public Integer getInt(int index)
public Long getLong(int index)
public Float getFloat(int index)
public Double getDouble(int index)
public String getString(int index)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.