Home | History | Annotate | Download | only in util

Lines Matching defs:contains

92  * the specification for the {@link #contains(Object) contains(Object o)}
94 * contains at least one element <tt>e</tt> such that
96 * <i>not</i> be construed to imply that invoking <tt>Collection.contains</tt>
109 * the collection directly or indirectly contains itself. This includes the
149 * contains more than <tt>Integer.MAX_VALUE</tt> elements, returns
157 * Returns <tt>true</tt> if this collection contains no elements.
159 * @return <tt>true</tt> if this collection contains no elements
164 * Returns <tt>true</tt> if this collection contains the specified element.
166 * contains at least one element <tt>e</tt> such that
170 * @return <tt>true</tt> if this collection contains the specified
179 boolean contains(Object o);
257 * Ensures that this collection contains the specified element (optional
260 * not permit duplicates and already contains the specified element.)<p>
270 * other than that it already contains the element, it <i>must</i> throw
272 * the invariant that a collection always contains the specified element
296 * this collection contains one or more such elements. Returns
317 * Returns <tt>true</tt> if this collection contains all of the elements
321 * @return <tt>true</tt> if this collection contains all of the elements
327 * @throws NullPointerException if the specified collection contains one
332 * @see #contains(Object)
350 * @throws NullPointerException if the specified collection contains a
377 * @throws NullPointerException if this collection contains one or more
383 * @see #contains(Object)
436 * @throws NullPointerException if this collection contains one or more
442 * @see #contains(Object)
516 * contains no elements.