Uses of Class
com.google.common.collect.testing.AbstractIteratorTester.Stimulus
Packages that use AbstractIteratorTester.Stimulus
-
Uses of AbstractIteratorTester.Stimulus in com.google.common.collect.testing
Fields in com.google.common.collect.testing declared as AbstractIteratorTester.StimulusModifier and TypeFieldDescription(package private) AbstractIteratorTester.Stimulus
<E, ListIterator<E>> AbstractIteratorTester.add
(package private) AbstractIteratorTester.Stimulus
<E, Iterator<E>> AbstractIteratorTester.hasNext
(package private) AbstractIteratorTester.Stimulus
<E, ListIterator<E>> AbstractIteratorTester.hasPrevious
(package private) AbstractIteratorTester.Stimulus
<E, Iterator<E>> AbstractIteratorTester.next
(package private) AbstractIteratorTester.Stimulus
<E, ListIterator<E>> AbstractIteratorTester.nextIndex
(package private) AbstractIteratorTester.Stimulus
<E, ListIterator<E>> AbstractIteratorTester.previous
(package private) AbstractIteratorTester.Stimulus
<E, ListIterator<E>> AbstractIteratorTester.previousIndex
(package private) AbstractIteratorTester.Stimulus
<E, Iterator<E>> AbstractIteratorTester.remove
(package private) AbstractIteratorTester.Stimulus
<E, ListIterator<E>> AbstractIteratorTester.set
private AbstractIteratorTester.Stimulus<E,
? super I>[] AbstractIteratorTester.stimuli
Methods in com.google.common.collect.testing that return types with arguments of type AbstractIteratorTester.StimulusModifier and TypeMethodDescriptionprotected abstract Iterable
<? extends AbstractIteratorTester.Stimulus<E, ? super I>> AbstractIteratorTester.getStimulusValues()
I'd like to make this a parameter to the constructor, but I can't because the stimulus instances refer tothis
.protected final Iterable
<AbstractIteratorTester.Stimulus<E, Iterator<E>>> IteratorTester.getStimulusValues()
protected final Iterable
<? extends AbstractIteratorTester.Stimulus<E, ? super ListIterator<E>>> ListIteratorTester.getStimulusValues()
(package private) List
<AbstractIteratorTester.Stimulus<E, Iterator<E>>> AbstractIteratorTester.iteratorStimuli()
(package private) List
<AbstractIteratorTester.Stimulus<E, ListIterator<E>>> AbstractIteratorTester.listIteratorStimuli()