HomeSort by relevance Sort by last modified time
    Searched defs:NoSuchElementException (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/guava/guava/src/com/google/common/collect/
AbstractSequentialIterator.java 21 import java.util.NoSuchElementException;
72 throw new NoSuchElementException();
AbstractIndexedListIterator.java 24 import java.util.NoSuchElementException;
48 * first element (or throw {@link NoSuchElementException} if {@code size} is
82 throw new NoSuchElementException();
100 throw new NoSuchElementException();
AbstractIterator.java 23 import java.util.NoSuchElementException;
154 throw new NoSuchElementException();
171 throw new NoSuchElementException();
DiscreteDomain.java 24 import java.util.NoSuchElementException;
238 * <p>The default implementation throws {@code NoSuchElementException}.
241 * @throws NoSuchElementException if the type has no (practical) minimum
245 throw new NoSuchElementException();
253 * <p>The default implementation throws {@code NoSuchElementException}.
256 * @throws NoSuchElementException if the type has no (practical) maximum
260 throw new NoSuchElementException();
EmptyImmutableSortedSet.java 24 import java.util.NoSuchElementException;
98 throw new NoSuchElementException();
103 throw new NoSuchElementException();
SortedMultisets.java 29 import java.util.NoSuchElementException;
157 throw new NoSuchElementException();
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/
NullEnumeration.java 21 import java.util.NoSuchElementException;
45 throw new NoSuchElementException();
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
DominatorReferenceIterator.java 20 import java.util.NoSuchElementException;
56 throw new NoSuchElementException();
SkipNullsIterator.java 20 import java.util.NoSuchElementException;
45 throw new NoSuchElementException();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SortedMultisets.java 26 import java.util.NoSuchElementException;
84 throw new NoSuchElementException();
EmptyContiguousSet.java 18 import java.util.NoSuchElementException;
36 throw new NoSuchElementException();
40 throw new NoSuchElementException();
52 throw new NoSuchElementException();
56 throw new NoSuchElementException();
  /external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceBundleIterator.java 13 import java.util.NoSuchElementException;
57 * @throws NoSuchElementException If there does not exist such an element.
60 public UResourceBundle next()throws NoSuchElementException{
64 throw new NoSuchElementException();
69 * @throws NoSuchElementException If there does not exist such an element.
72 public String nextString()throws NoSuchElementException, UResourceTypeMismatchException{
76 throw new NoSuchElementException();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UResourceBundleIterator.java 12 import java.util.NoSuchElementException;
57 * @throws NoSuchElementException If there does not exist such an element.
60 public UResourceBundle next()throws NoSuchElementException{
64 throw new NoSuchElementException();
69 * @throws NoSuchElementException If there does not exist such an element.
73 public String nextString()throws NoSuchElementException, UResourceTypeMismatchException{
77 throw new NoSuchElementException();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/util/
TypeProtoUtils.java 40 import java.util.NoSuchElementException;
69 throw new NoSuchElementException();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
FixedSizeSet.java 37 import java.util.NoSuchElementException;
54 throw new NoSuchElementException();
VariableSizeIterator.java 39 import java.util.NoSuchElementException;
78 throw new NoSuchElementException();
  /external/turbine/java/com/google/turbine/binder/lookup/
LookupKey.java 22 import java.util.NoSuchElementException;
60 throw new NoSuchElementException();
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 97 class NoSuchElementException : public Exception {
99 NoSuchElementException() throw() : Exception("No such element") {}
100 explicit NoSuchElementException(const char* message) throw()
102 virtual ~NoSuchElementException() throw() {}
  /dalvik/dx/src/com/android/multidex/
ArchivePathElement.java 24 import java.util.NoSuchElementException;
87 throw new NoSuchElementException();
  /external/cldr/tools/java/org/unicode/cldr/util/
DelegatingIterator.java 4 import java.util.NoSuchElementException;
31 } catch (NoSuchElementException e) {
35 throw new NoSuchElementException();
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 24 import java.util.NoSuchElementException;
75 throw new NoSuchElementException();
  /dalvik/dexgen/src/com/android/dexgen/util/
ListIntSet.java 19 import java.util.NoSuchElementException;
120 throw new NoSuchElementException();
  /dalvik/dx/src/com/android/dx/util/
ListIntSet.java 19 import java.util.NoSuchElementException;
128 throw new NoSuchElementException();
  /external/guava/guava-tests/test/com/google/common/collect/
UnmodifiableListIteratorTest.java 25 import java.util.NoSuchElementException;
83 throw new NoSuchElementException();
95 throw new NoSuchElementException();
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UniqueStack.java 22 import java.util.NoSuchElementException;
126 * @throws NoSuchElementException - if the stack is empty
132 throw new NoSuchElementException();

Completed in 1538 milliseconds

1 2 3 4