An iterator that pairs adjacent values in the input Iterator<T> together like: [T, T]
Iterator<T>
Protected
Rest
An iterator that pairs adjacent values in the input
Iterator<T>
together like: [T, T]