hypercast.NONE
Class NONE_LogicalAddress

java.lang.Object
  |
  +--hypercast.NONE.NONE_LogicalAddress
All Implemented Interfaces:
I_Address, I_LogicalAddress

public class NONE_LogicalAddress
extends java.lang.Object
implements I_LogicalAddress


Constructor Summary
NONE_LogicalAddress(hypercast.I_PhysicalAddress physicalAddress)
           
NONE_LogicalAddress(java.lang.String logicalAddressString)
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Checks if an object equals this I_Address .
 hypercast.I_PhysicalAddress getPhysicalAddress()
           
 int getSize()
          Returns the byte array size used to hold this I_Address
 boolean greaterThan(hypercast.I_Address a)
          Checks if an I_address object is greater than this one.
 byte[] toByteArray()
          Converts this I_Address to a byte array
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hypercast.I_Address
hashCode
 

Constructor Detail

NONE_LogicalAddress

public NONE_LogicalAddress(java.lang.String logicalAddressString)

NONE_LogicalAddress

public NONE_LogicalAddress(hypercast.I_PhysicalAddress physicalAddress)
Method Detail

getPhysicalAddress

public hypercast.I_PhysicalAddress getPhysicalAddress()

greaterThan

public boolean greaterThan(hypercast.I_Address a)
Description copied from interface: I_Address
Checks if an I_address object is greater than this one. (Total ordering.)

Specified by:
greaterThan in interface I_Address
See Also:
I_Address.greaterThan(hypercast.I_Address)

toByteArray

public byte[] toByteArray()
Description copied from interface: I_Address
Converts this I_Address to a byte array

Specified by:
toByteArray in interface I_Address
See Also:
I_Address.toByteArray()

getSize

public int getSize()
Description copied from interface: I_Address
Returns the byte array size used to hold this I_Address

Specified by:
getSize in interface I_Address
See Also:
I_Address.getSize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Description copied from interface: I_Address
Checks if an object equals this I_Address . if o is null, false is returned.

Specified by:
equals in interface I_Address
Overrides:
equals in class java.lang.Object