T - the type of items in the iterator.public class EmptyCloseableIterator<T> extends Object implements CloseableIterator<T>
EmptyCloseableIterator is an Iterator which contains
no objects. This is achieved by forcing the Iterator.hasNext() method
to always return false.Copyright © 2022. All rights reserved.