Uses of Class
jetbrains.buildServer.vcs.patches.diff.apply.SequenceIterator
-
Packages that use SequenceIterator Package Description jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of SequenceIterator in jetbrains.buildServer.vcs.patches.diff.apply
Methods in jetbrains.buildServer.vcs.patches.diff.apply that return SequenceIterator Modifier and Type Method Description static <T> SequenceIterator<T>
SequenceIterator. create(Iterator<T> first, Iterator<T> second)
static <T> SequenceIterator<T>
SequenceIterator. create(Iterator<T> first, Iterator<T> second, Iterator<T> third)
-