| Package | Description |
|---|---|
| org.archive.wayback.util.iterator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPeekableIterator<E> |
| Modifier and Type | Method and Description |
|---|---|
static <T> IPeekableIterator<T> |
AbstractPeekableIterator.wrap(Iterator<T> itr) |
static IPeekableIterator<String> |
AbstractPeekableIterator.wrapReader(BufferedReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static <K> Comparator<IPeekableIterator<K>> |
PeekableIteratorComparator.getComparator(Comparator<K> comparator) |
| Modifier and Type | Method and Description |
|---|---|
int |
PeekableIteratorComparator.compare(IPeekableIterator<J> o1,
IPeekableIterator<J> o2) |
int |
PeekableIteratorComparator.compare(IPeekableIterator<J> o1,
IPeekableIterator<J> o2) |
Copyright © 2005–2015 IIPC. All rights reserved.