|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pointer
A base interface for all pointers
Method Summary | |
---|---|
int |
getNumberOfEntries()
Returns number of "things" that this pointer refers to |
java.lang.String |
pointerToString()
Returns a textual representation of the pointer alone |
void |
setNumberOfEntries(int n)
Set the number of "things that the pointer refers to |
void |
setPointer(Pointer p)
Sets the pointer within this object to that represented by the specified pointer |
Method Detail |
---|
int getNumberOfEntries()
void setNumberOfEntries(int n)
java.lang.String pointerToString()
void setPointer(Pointer p)
p
- other pointer to update the pointer in this object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |