uk.ac.gla.dcs.renaissance.interference
Class Cooccurrences.UnorderedPair

java.lang.Object
  extended by uk.ac.gla.dcs.renaissance.interference.Cooccurrences.UnorderedPair
All Implemented Interfaces:
Comparable<Cooccurrences.UnorderedPair>
Enclosing class:
Cooccurrences

protected static final class Cooccurrences.UnorderedPair
extends Object
implements Comparable<Cooccurrences.UnorderedPair>

Set of two integers


Constructor Summary
Cooccurrences.UnorderedPair(long x, long y)
           
 
Method Summary
 int compareTo(Cooccurrences.UnorderedPair o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cooccurrences.UnorderedPair

public Cooccurrences.UnorderedPair(long x,
                                   long y)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

compareTo

public int compareTo(Cooccurrences.UnorderedPair o)
Specified by:
compareTo in interface Comparable<Cooccurrences.UnorderedPair>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.