public class CacheEntry extends Object implements Externalizable
Modifier and Type | Field and Description |
---|---|
protected static int[] |
MASKS |
Constructor and Description |
---|
CacheEntry() |
CacheEntry(IdentityIF identity,
int fields) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(int field) |
IdentityIF |
getIdentity() |
Object |
getValue(int field) |
void |
readExternal(ObjectInput in) |
void |
setValue(int field,
Object value) |
String |
toString() |
void |
unsetValue(int field,
Object value) |
void |
writeExternal(ObjectOutput out) |
public CacheEntry()
public CacheEntry(IdentityIF identity, int fields)
public IdentityIF getIdentity()
public boolean contains(int field)
public Object getValue(int field)
public void setValue(int field, Object value)
public void unsetValue(int field, Object value)
public void clear()
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