Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for listIteratorStimuli (0.09 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 Dec 26 12:43:10 GMT 2025
    - Last Modified: Wed May 14 19:40:47 GMT 2025
    - 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 Dec 26 12:43:10 GMT 2025
    - Last Modified: Wed May 14 19:40:47 GMT 2025
    - 21.4K bytes
    - Click Count (0)
Back to Top