HomeSort by relevance Sort by last modified time
    Searched defs:NoSuchElementException (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /libcore/luni/src/main/java/java/util/
AbstractList.java 59 throw new NoSuchElementException();
102 throw new NoSuchElementException();
130 throw new NoSuchElementException();
203 throw new NoSuchElementException();
214 throw new NoSuchElementException();
Collections.java 41 throw new NoSuchElementException();
55 throw new NoSuchElementException();
252 throw new NoSuchElementException();
343 throw new NoSuchElementException();
    [all...]
EnumMap.java 159 throw new NoSuchElementException();
303 throw new NoSuchElementException();
HugeEnumSet.java 98 throw new NoSuchElementException();
IdentityHashMap.java 171 throw new NoSuchElementException();
LinkedHashMap.java 349 throw new NoSuchElementException();
PriorityQueue.java 285 throw new NoSuchElementException();
WeakHashMap.java 163 throw new NoSuchElementException();
ArrayDeque.java 243 * @throws NoSuchElementException {@inheritDoc}
248 throw new NoSuchElementException();
253 * @throws NoSuchElementException {@inheritDoc}
258 throw new NoSuchElementException();
284 * @throws NoSuchElementException {@inheritDoc}
289 throw new NoSuchElementException();
294 * @throws NoSuchElementException {@inheritDoc}
300 throw new NoSuchElementException();
410 * @throws NoSuchElementException {@inheritDoc}
438 * @throws NoSuchElementException {@inheritDoc
    [all...]
ArrayList.java 576 throw new NoSuchElementException();
Vector.java 354 throw new NoSuchElementException();
416 * @throws NoSuchElementException
427 throw new NoSuchElementException();
610 * @throws NoSuchElementException
621 throw new NoSuchElementException();
    [all...]
LinkedList.java 122 throw new NoSuchElementException();
139 throw new NoSuchElementException();
215 throw new NoSuchElementException();
526 * @throws NoSuchElementException
538 throw new NoSuchElementException();
545 * @throws NoSuchElementException
553 throw new NoSuchElementException();
672 * @throws NoSuchElementException
689 throw new NoSuchElementException();
696 * @throws NoSuchElementException
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 519 throw new NoSuchElementException();
ConcurrentLinkedQueue.java 13 import java.util.NoSuchElementException;
704 if (nextNode == null) throw new NoSuchElementException();
CopyOnWriteArrayList.java 30 import java.util.NoSuchElementException;
722 throw new NoSuchElementException();
735 throw new NoSuchElementException();
LinkedBlockingDeque.java 12 import java.util.NoSuchElementException;
417 * @throws NoSuchElementException {@inheritDoc}
421 if (x == null) throw new NoSuchElementException();
426 * @throws NoSuchElementException {@inheritDoc}
430 if (x == null) throw new NoSuchElementException();
517 * @throws NoSuchElementException {@inheritDoc}
521 if (x == null) throw new NoSuchElementException();
526 * @throws NoSuchElementException {@inheritDoc}
530 if (x == null) throw new NoSuchElementException();
638 * @throws NoSuchElementException if this deque is empt
    [all...]
  /external/guava/guava/src/com/google/common/collect/
LinkedListMultimap.java 44 import java.util.NoSuchElementException;
274 throw new NoSuchElementException();
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 40 import java.util.NoSuchElementException;
270 throw new NoSuchElementException();
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 34 import java.util.NoSuchElementException;
726 if (t == null) { throw new NoSuchElementException(); }
CssTokens.java 34 import java.util.NoSuchElementException;
111 if (!hasNext()) { throw new NoSuchElementException(); }
160 if (!hasToken()) { throw new NoSuchElementException(); }
165 if (tokenIndex == 0) { throw new NoSuchElementException(); }
    [all...]
  /external/smack/src/org/xbill/DNS/
Zone.java 65 throw new NoSuchElementException();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractQueueTest.java 24 import java.util.NoSuchElementException;
52 throw new NoSuchElementException();
264 fail("should throw NoSuchElementException");
265 } catch (NoSuchElementException e) {
283 fail("should throw NoSuchElementException");
284 } catch (NoSuchElementException e) {
295 fail("should throw NoSuchElementException");
296 } catch (NoSuchElementException e) {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 25 import java.util.NoSuchElementException;
627 throw new NoSuchElementException();
636 throw new NoSuchElementException();
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 29 import java.util.NoSuchElementException;
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 798 throw new NoSuchElementException();
    [all...]

Completed in 1079 milliseconds

1 23 4 5