public interface Pointer
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfEntries()
Returns number of "things" that this pointer refers to
|
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
|
int getNumberOfEntries()
void setNumberOfEntries(int n)
String pointerToString()
void setPointer(Pointer p)
p
- other pointer to update the pointer in this objectTerrier 4.0. Copyright © 2004-2014 University of Glasgow