Home | History | Annotate | Download | only in header

Lines Matching full:hisobj

229                         Object hisObj = g.get(that);
230 if (hisObj != null && myObj == null)
232 else if (hisObj == null && myObj != null)
234 else if (hisObj == null && myObj == null)
237 hisObj instanceof java.lang.String
239 if ((((String) hisObj).trim()).equals(""))
242 .compareToIgnoreCase((String) hisObj)
246 hisObj != null
248 && GenericObject.isMySubclass(hisObj.getClass())
249 && myObj.getClass().equals(hisObj.getClass())
250 && ((GenericObject) hisObj).getMatcher()
255 ((GenericObject) hisObj).getMatcher().match(
261 && !((GenericObject) myObj).match(hisObj))
265 && !((GenericObjectList) myObj).match(hisObj))