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()
1157 public boolean equals(Object otherObj) { in equals() argument1158 if ((otherObj != null) && (otherObj instanceof MapHandler)) { in equals()1159 MapHandler other = (MapHandler) otherObj; in equals()1212 public boolean equals(Object otherObj) { in equals() argument1213 if ((otherObj != null) && (otherObj instanceof EnumHandler)) { in equals()1214 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()