Lines Matching defs:object

50    * Construct a XNodeSet object.
52 * @param val FastStringBuffer object this will wrap, must be non-null.
70 * Construct a XNodeSet object.
72 * @param val String object this will wrap.
84 * Cast result object to a string.
94 * Cast result object to a string.
105 * Tell if this object contains a java String object.
121 * Since this object is incomplete without the length and the offset, we
124 * @return The java String representation of this object.
126 public Object object()
132 * Cast result object to a string.
206 * object.
276 * Compares this string to the specified object.
278 * <code>null</code> and is a <code>String</code> object that represents
279 * the same sequence of characters as this object.
281 * @param obj2 the object to compare this <code>String</code>
405 * Compares this string to the specified object.
407 * <code>null</code> and is a <code>String</code> object that represents
408 * the same sequence of characters as this object.
410 * @param obj2 the object to compare this <code>String</code>
547 * <code>String</code> object is computed as
556 * @return a hash code value for this object.
596 * argument is a prefix of the substring of this object starting
600 * <code>String</code> object; otherwise the result is the same
646 * <code>String</code> object as determined by the
661 * object, then the index of the first such occurrence is returned --
671 * character sequence represented by this object, or
684 * sequence represented by this <code>String</code> object at an index
703 * character sequence represented by this object that is greater
750 * length of this <code>String</code> object.
779 * this <code>String</code> object, or
806 * @return a string that represents the concatenation of this object's
847 * based on the semantics of the formatting object.
939 * additional object. We need to benchmark this.