org.nfctools.llcp
Class AddressPair

java.lang.Object
  extended by org.nfctools.llcp.AddressPair

public class AddressPair
extends Object


Constructor Summary
AddressPair(int remote, int local)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getLocal()
           
 int getRemote()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressPair

public AddressPair(int remote,
                   int local)
Method Detail

getRemote

public int getRemote()

getLocal

public int getLocal()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.