Lines Matching defs:object
30 * attributes. A printing attribute is an object whose class implements
41 * attribute object's category may be a superclass of the attribute object's
42 * class rather than the attribute object's class itself. An attribute
43 * object's
283 * Compares the specified object with this attribute set for equality.
284 * Returns <tt>true</tt> if the given object is also an attribute set and
290 * @param object to be compared for equality with this attribute set.
292 * @return <tt>true</tt> if the specified object is equal to this
295 public boolean equals(Object object);