Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ThrowingIterator (0.05 sec)

  1. android/guava-testlib/test/com/google/common/collect/testing/IteratorTesterTest.java

        try {
          tester.test();
        } catch (AssertionError expected) {
          return;
        }
        fail();
      }
    
      private static final class ThrowingIterator<E> implements Iterator<E> {
        private final RuntimeException ex;
    
        private ThrowingIterator(RuntimeException ex) {
          this.ex = ex;
        }
    
        @Override
        public boolean hasNext() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Aug 06 18:32:41 UTC 2025
    - 10.3K bytes
    - Viewed (0)
Back to top