All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edsac.datatypes.Address

java.lang.Object
   |
   +----edsac.datatypes.Address

public class Address
extends Object

Constructor Index

 o Address()
Constructor methods
 o Address(int)

Method Index

 o increment()
Increment the address, returning the incremented value (Address itself is not mutable).
 o intValue()
 o toString()
Display information on the contents

Constructors

 o Address
 public Address()
Constructor methods

 o Address
 public Address(int i)

Methods

 o intValue
 public int intValue()
 o increment
 public Address increment()
Increment the address, returning the incremented value (Address itself is not mutable).

 o toString
 public String toString()
Display information on the contents

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index