Class ComparableScanner<T>

All Implemented Interfaces:
Scanner<T>, Closeable, AutoCloseable, Comparable<Scanner<T>>

public class ComparableScanner<T> extends BaseLinkedScanner<T,T> implements Comparable<Scanner<T>>