Class AoCollections.PeekIterator<E>

java.lang.Object
com.aoapps.collections.AoCollections.PeekIterator<E>
All Implemented Interfaces:
Iterator<E>
Enclosing class:
AoCollections

public static class AoCollections.PeekIterator<E> extends Object implements Iterator<E>
Allows peeking the first element of iteration. Does not support remove. Does not support null elements.