Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPeekingIteratorDoesntAdvancePrematurely (1.25 sec)

  1. guava-tests/test/com/google/common/collect/PeekingIteratorTest.java

          }
          return iterator.next();
        }
    
        @Override
        public void remove() {
          iterator.remove();
        }
      }
    
      public void testPeekingIteratorDoesntAdvancePrematurely() throws Exception {
        /*
         * This test will catch problems where the underlying iterator
         * throws a RuntimeException when retrieving the nth element.
         *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 8.6K bytes
    - Viewed (0)
Back to top