Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for listIteratorStimuli (0.64 seconds)

  1. android/guava-testlib/src/com/google/common/collect/testing/AbstractIteratorTester.java

            void executeAndCompare(ListIterator<E> reference, ListIterator<E> target) {
              internalExecuteAndCompare(reference, target, newSetMethod());
            }
          };
    
      List<Stimulus<E, ListIterator<E>>> listIteratorStimuli() {
        return asList(hasPrevious, nextIndex, previousIndex, previous, add, set);
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 21:06:42 GMT 2026
    - 20.8K bytes
    - Click Count (0)
  2. guava-testlib/src/com/google/common/collect/testing/AbstractIteratorTester.java

            void executeAndCompare(ListIterator<E> reference, ListIterator<E> target) {
              internalExecuteAndCompare(reference, target, newSetMethod());
            }
          };
    
      List<Stimulus<E, ListIterator<E>>> listIteratorStimuli() {
        return asList(hasPrevious, nextIndex, previousIndex, previous, add, set);
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 21:06:42 GMT 2026
    - 21.4K bytes
    - Click Count (0)
Back to Top