Home | History | Annotate | Download | only in core

Lines Matching refs:RETURN

66     protected static final String RETURN = Separators.RETURN;
109 return new String(chars);
113 * Return true if this supports reflection based cloning.
116 return obj instanceof Cloneable;
120 return GenericObjectList.class.isAssignableFrom(other);
134 return retval;
185 return (GenericObject) iterator.next();
187 return null;
198 return (GenericObject) myListIterator.next();
200 return null;
212 return (GenericObject) myListIterator.next();
215 return null;
256 return;
278 return "<null>";
289 return stringRep;
302 return retval;
329 return;
344 * @return an encoded string containing the objects in this list.
349 return "";
367 return encoding.toString();
374 return this.encode();
389 * Hash code. We never expect to put this in a hash table so return a constant.
391 public int hashCode() { return 42; }
398 * @return true if the objects are equal.
401 if (other == null ) return false;
403 return false;
406 return false;
418 return false;
432 return false;
435 return true;
439 * Match with a template (return true if we have a superset of the given
449 return false;
469 return false;
471 return true;