All Packages Class Hierarchy This Package Previous Next Index
Class edsac.datatypes.Address
java.lang.Object
|
+----edsac.datatypes.Address
- public class Address
- extends Object
-
Address()
- Constructor methods
-
Address(int)
-
-
increment()
- Increment the address, returning the incremented value (Address
itself is not mutable).
-
intValue()
-
-
toString()
- Display information on the contents
Address
public Address()
- Constructor methods
Address
public Address(int i)
intValue
public int intValue()
increment
public Address increment()
- Increment the address, returning the incremented value (Address
itself is not mutable).
toString
public String toString()
- Display information on the contents
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index