Searched refs:otherTypes (Results 1 – 2 of 2) sorted by relevance
105 Iterator<? extends CharSequence> otherTypes = other.types.iterator(); in equals() local107 if (!type.toString().equals(otherTypes.next().toString())) { in equals()
347 JavaType[] otherTypes = other._types; in equals() local349 if (!otherTypes[i].equals(_types[i])) { in equals()