Home | History | Annotate | Download | only in misc

Lines Matching refs:ob

44     abstract protected boolean hasName(V ob, N name);
47 Object ob = oa[i];
50 oa[0] = ob;
60 V ob = oa[i];
61 if (ob == null)
63 if (hasName(ob, name)) {
66 return ob;
72 V ob = create(name);
73 oa[oa.length - 1] = ob;
75 return ob;