Searched defs:contains (Results 26 - 50 of 55) sorted by relevance

123

/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DSuballocatedIntVector.java446 * Tell if the table contains the given node.
452 private boolean contains(int s) method in class:SuballocatedIntVector
H A DNodeVector.java553 * Tell if the table contains the given node.
559 public boolean contains(int s) method in class:NodeVector
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java406 * that <tt>o.equals(e)</tt>, if this queue contains one or more such
438 * Returns <tt>true</tt> if this queue contains the specified element.
439 * More formally, returns <tt>true</tt> if and only if this queue contains
443 * @return <tt>true</tt> if this queue contains the specified element
445 public boolean contains(Object o) { method in class:ArrayBlockingQueue
H A DConcurrentLinkedQueue.java358 * Returns {@code true} if this queue contains no elements.
360 * @return {@code true} if this queue contains no elements
368 * contains more than {@code Integer.MAX_VALUE} elements, returns
391 * Returns {@code true} if this queue contains the specified element.
392 * More formally, returns {@code true} if and only if this queue contains
396 * @return {@code true} if this queue contains the specified element
398 public boolean contains(Object o) { method in class:ConcurrentLinkedQueue
412 * that {@code o.equals(e)}, if this queue contains one or more such
H A DCopyOnWriteArrayList.java254 public boolean contains(Object o) { method in class:CopyOnWriteArrayList
503 if (!c.contains(old[i])) {
547 if (c.contains(old[i])) {
621 * array contains all of the elements in the collection
978 public boolean contains(Object o) { method in class:CopyOnWriteArrayList.SubList
H A DConcurrentHashMap.java652 * Returns <tt>true</tt> if this map contains no key-value mappings.
654 * @return <tt>true</tt> if this map contains no key-value mappings
690 * map contains more than <tt>Integer.MAX_VALUE</tt> elements, returns
739 * or {@code null} if this map contains no mapping for the key.
741 * <p>More formally, if this map contains a mapping from a key
843 public boolean contains(Object value) { method in class:ConcurrentHashMap
1158 public boolean contains(Object o) { method in class:ConcurrentHashMap.KeySet
1179 public boolean contains(Object o) { method in class:ConcurrentHashMap.Values
1191 public boolean contains(Object o) { method in class:ConcurrentHashMap.EntrySet
H A DScheduledThreadPoolExecutor.java799 public boolean contains(Object x) { method in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
H A DSynchronousQueue.java30 * <tt>Collection</tt> methods (for example <tt>contains</tt>), a
602 * 2. If queue apparently contains waiting items, and this
935 public boolean contains(Object o) { method in class:SynchronousQueue
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
H A DNativeConverter.java305 * Determines whether charset1 contains charset2.
307 public static final native boolean contains(long converterHandle1, long converterHandle2); method in class:NativeConverter
/dalvik/libcore/luni/src/main/java/java/util/
H A DArrayList.java337 @Override public boolean contains(Object object) { method in class:ArrayList
H A DArrays.java26 * {@code Arrays} contains static methods which operate on arrays.
55 public boolean contains(Object object) { method in class:Arrays.ArrayList
1060 * array contains other arrays as its elements, the hash code is based on
1062 * method on an array that contains itself as an element, either directly or
1098 * the array contains other arrays as its elements, the hash code is based
1100 * this method on an array that contains itself as an element, either
2183 * {@code Object[]} passed, such that if the array contains other arrays,
2188 * contains a reference to the original array, then it will be represented
H A DEnumMap.java202 public boolean contains(Object object) { method in class:EnumMap.EnumMapKeySet
220 if (contains(object)) {
247 public boolean contains(Object object) { method in class:EnumMap.EnumMapValueCollection
321 public boolean contains(Object object) { method in class:EnumMap.EnumMapEntrySet
347 if (contains(object)) {
478 * Returns whether this {@code EnumMap} contains the specified key.
482 * @return {@code true} if this {@code EnumMap} contains the specified key,
495 * Returns whether this {@code EnumMap} contains the specified value.
499 * @return {@code true} if this {@code EnumMap} contains the specified value,
H A DLinkedList.java424 public boolean contains(Object object) { method in class:LinkedList
H A DVector.java282 public boolean contains(Object object) { method in class:Vector
380 * equal. The object must be a List which contains the same objects in the
518 * @see #contains
540 * @see #contains
635 * @see #contains
657 * @see #contains
737 * @see #contains(Object)
H A DIdentityHashMap.java210 if (contains(object)) {
218 public boolean contains(Object object) { method in class:IdentityHashMap.IdentityHashMapEntrySet
319 * Returns whether this map contains the specified key.
323 * @return {@code true} if this map contains the specified key,
337 * Returns whether this map contains the specified value.
341 * @return {@code true} if this map contains the specified value,
604 public boolean contains(Object object) {
650 * method wraps the map's size method and the {@code contains} method wraps
665 public boolean contains(Object object) {
721 * AbstractMap.equals will call ((Map) object).entrySet().contains() t
[all...]
H A DHashMap.java90 * The hash table. If this hash map contains a mapping for null, it is
317 * Returns whether this map contains the specified key.
321 * @return {@code true} if this map contains the specified key,
346 * Returns whether this map contains the specified value.
350 * @return {@code true} if this map contains the specified value,
697 * method wraps the map's size method and the {@code contains} method wraps
836 * Returns true if this map contains the specified mapping.
914 public boolean contains(Object o) { method in class:HashMap.KeySet
937 public boolean contains(Object o) { method in class:HashMap.Values
949 public boolean contains(Objec method in class:HashMap.EntrySet
[all...]
H A DHashtable.java283 * Returns true if this {@code Hashtable} contains the specified object as a
290 * @see #contains
337 * Returns true if this {@code Hashtable} contains the specified object as
347 public boolean contains(Object value) { method in class:Hashtable
799 * Returns true if this map contains the specified mapping.
913 public boolean contains(Object o) { method in class:Hashtable.KeySet
975 public boolean contains(Object o) { method in class:Hashtable.Values
1007 public boolean contains(Object o) { method in class:Hashtable.EntrySet
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
H A DTwoKeyHashMap.java217 * Answers whether this map contains a mapping for the specified keys.
221 * @return true if this map contains a mapping for the specified keys, and
244 * Returns true if this map contains no key-value mappings
371 public boolean contains(Object obj) { method in class:TwoKeyHashMap.EntrySetImpl
547 public boolean contains(Object obj) { method in class:TwoKeyHashMap.ValuesCollectionImpl
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
H A DCollectionsTest.java470 public boolean contains(Object o) { method in class:CollectionsTest.Mock_Collection
526 public boolean contains(Object o) { method in class:CollectionsTest.Mock_WrongCollection
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/
H A DCharset.java321 * The returned map contains mappings from canonical names to corresponding
598 public abstract boolean contains(Charset charset); method in class:Charset
793 * Gets a string representation of this charset. Usually this contains the
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
H A DCharsetEncoderTest.java579 public boolean contains(Charset arg0) { method in class:CharsetEncoderTest.MockCharset
H A DCharsetTest.java128 method = "contains",
132 assertTrue(Charset.forName("US-ASCII").contains(Charset.forName("US-ASCII")));
133 assertFalse(Charset.forName("US-ASCII").contains(Charset.forName("UTF-16")));
135 assertTrue(Charset.forName("ISO-8859-1").contains(Charset.forName("ISO-8859-1")));
136 assertTrue(Charset.forName("ISO-8859-1").contains(Charset.forName("US-ASCII")));
137 assertFalse(Charset.forName("ISO-8859-1").contains(Charset.forName("UTF-8")));
139 assertTrue(Charset.forName("UTF-16").contains(Charset.forName("UTF-16")));
140 assertTrue(Charset.forName("UTF-16").contains(Charset.forName("UTF-16LE")));
141 assertTrue(Charset.forName("UTF-16").contains(Charset.forName("UTF-16BE")));
142 assertTrue(Charset.forName("UTF-16").contains(Charse
1128 public boolean contains(Charset cs) { method in class:CharsetTest.MockCharset
1150 public boolean contains(Charset cs) { method in class:CharsetTest.MockCharset2
[all...]
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
H A DSelectorImpl.java363 boolean wasSelected = mutableSelectedKeys.contains(key);
455 public boolean contains(Object object) { method in class:SelectorImpl.UnaddableSet
456 return set.contains(object);
/dalvik/libcore/luni/src/main/java/java/lang/
H A DString.java1649 * The upperValues table contains three entries at each position. These
2156 * Determines if this {@code String} contains the sequence of characters in
2165 public boolean contains(CharSequence cs) { method in class:String
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
H A DNodeSet.java126 * Create a NodeSet which contains the given Node.
1289 * Tell if the table contains the given node.
1295 public boolean contains(Node s) method in class:NodeSet

Completed in 237 milliseconds

123