Merge pull request #508 from CruzBishop/fix-431

Added a function to get a UniqueName's ID
This commit is contained in:
Norman Maurer 2012-08-13 23:07:21 -07:00
commit ad534efc58

View File

@ -55,6 +55,10 @@ public class UniqueName implements Comparable<UniqueName> {
return name;
}
public final int id() {
return id;
}
@Override
public final int hashCode() {
return super.hashCode();