Searched refs:otherObj (Results 1 – 3 of 3) sorted by relevance
903 public boolean equals(Object otherObj) { in equals() argument904 if ((otherObj != null) && (otherObj instanceof MapHandler)) { in equals()905 MapHandler other = (MapHandler) otherObj; in equals()966 public boolean equals(Object otherObj) { in equals() argument967 if ((otherObj != null) && (otherObj instanceof EnumHandler)) { in equals()968 EnumHandler other = (EnumHandler) otherObj; in equals()
1195 public boolean equals(Object otherObj) { in equals() argument1196 if ((otherObj != null) && (otherObj instanceof MapHandler)) { in equals()1197 MapHandler other = (MapHandler) otherObj; in equals()1250 public boolean equals(Object otherObj) { in equals() argument1251 if ((otherObj != null) && (otherObj instanceof EnumHandler)) { in equals()1252 EnumHandler other = (EnumHandler) otherObj; in equals()
495 public boolean equals(Object otherObj) { in equals() argument496 if (otherObj instanceof ExtrasPattern) { in equals()499 ExtrasPattern other = (ExtrasPattern) otherObj; in equals()