Class NullIterator<T>

java.lang.Object
org.junit.extensions.cpsuite.NullIterator<T>
All Implemented Interfaces:
Iterable<T>, Iterator<T>

public class NullIterator<T> extends Object implements Iterable<T>, Iterator<T>
  • Constructor Details

    • NullIterator

      public NullIterator()
  • Method Details