Searched refs:typeCompatible (Results 1 – 1 of 1) sorted by relevance
196 if (!typeCompatible(other) || this.table.size() != other.table.size()) in eq()388 if (!typeCompatible(other)) { in mergeIntoSelf()397 protected boolean typeCompatible(RubyMap other) { in typeCompatible() method in RubyMap