public class LinkGroup
extends java.lang.Object
implements java.lang.Comparable
MatchStarTables.findGroups(uk.ac.starlink.table.join.LinkSet)| Constructor and Description |
|---|
LinkGroup(int id,
int size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object o) |
int |
getID()
Returns this group's ID.
|
int |
getSize()
Returns this group's size.
|
int |
hashCode() |
java.lang.String |
toString() |
public LinkGroup(int id,
int size)
id - unique identifiersize - number of objects in this grouppublic int getID()
public int getSize()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.