Class EmptyIterator<T>

java.lang.Object
org.javimmutable.collections.iterators.EmptyIterator<T>
All Implemented Interfaces:
Iterator<T>, SplitableIterator<T>

public class EmptyIterator<T> extends Object implements SplitableIterator<T>
  • Constructor Details

    • EmptyIterator

      public EmptyIterator()
  • Method Details