Home | History | Annotate | Download | only in address

Lines Matching full:hisobj

220                         Object hisObj = g.get(that);
221 if (hisObj != null && myObj == null)
223 else if (hisObj == null && myObj != null)
225 else if (hisObj == null && myObj == null)
228 hisObj instanceof java.lang.String
230 if (((String) hisObj).equals(""))
233 .compareToIgnoreCase((String) hisObj)
238 && GenericObject.isMySubclass(hisObj.getClass())
239 && myObj.getClass().equals(hisObj.getClass())
240 && ((GenericObject) hisObj).getMatcher()
245 ((GenericObject) hisObj).getMatcher().match(
251 && !((GenericObject) myObj).match(hisObj))
255 && !((GenericObjectList) myObj).match(hisObj))