Package org.apache.logging.log4j
Class ThreadContext.EmptyIterator<E>
java.lang.Object
org.apache.logging.log4j.ThreadContext.EmptyIterator<E>
- Type Parameters:
E
- the type of the empty iterator
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
- ThreadContext
An empty iterator. Since Java 1.7 added the Collections.emptyIterator() method, we have to make do.