Searched refs:otherClazz (Results 1 – 2 of 2) sorted by relevance
50 Class otherClazz = other.getClass(); in compareTo() local52 if (clazz != otherClazz) { in compareTo()53 return clazz.getName().compareTo(otherClazz.getName()); in compareTo()
51 Class otherClazz = other.getClass(); in compareTo() local53 if (clazz != otherClazz) { in compareTo()54 return clazz.getName().compareTo(otherClazz.getName()); in compareTo()