|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.squawk.rms.RmsEntry
com.sun.squawk.rms.UnknownEntry
public class UnknownEntry
Field Summary | |
---|---|
static int |
TYPE
|
Fields inherited from class com.sun.squawk.rms.RmsEntry |
---|
address, size |
Constructor Summary | |
---|---|
UnknownEntry()
|
Method Summary | |
---|---|
int |
getType()
|
void |
visit(IRmsEntryVisitor visitor)
|
Methods inherited from class com.sun.squawk.rms.RmsEntry |
---|
getAddress, readFrom, setAddress, size, writeTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.squawk.rms.IRmsEntry |
---|
getAddress, readFrom, setAddress, size, writeTo |
Field Detail |
---|
public static final int TYPE
Constructor Detail |
---|
public UnknownEntry()
Method Detail |
---|
public int getType()
getType
in interface IRmsEntry
public void visit(IRmsEntryVisitor visitor) throws RecordStoreException
visit
in interface IRmsEntry
RecordStoreException
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |