| Class and Description |
|---|
| BaseLinkedScanner
Subclasses do not have to worry about closing the input scanner.
|
| BaseScanner
Simple Scanners can extend this to avoid declaring the "current" field and "getCurrent" method
|
| IteratorScanner |
| ParallelScanner |
| ParallelScannerContext |
| RetainingGroup
Window object returned by
RetainingScanner |
| Scanner
A form of iterator that operates as lazily as possible, not knowing if the next item is available until advancing and
dropping the reference to the previous item.
|
| ScannerPredicateFunction.ScannerPredicateFunctionResult |
| ScannerToMap.Replace |
| SortingScanner |
Copyright © 2009–2022. All rights reserved.