Class CsvFileArgumentsProvider.CsvParserIterator

  • All Implemented Interfaces:
    java.util.Iterator<Arguments>
    Enclosing class:
    CsvFileArgumentsProvider

    private static class CsvFileArgumentsProvider.CsvParserIterator
    extends java.lang.Object
    implements java.util.Iterator<Arguments>
    • Constructor Summary

      Constructors 
      Constructor Description
      CsvParserIterator​(com.univocity.parsers.csv.CsvParser csvParser, CsvFileSource annotation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void advance()  
      boolean hasNext()  
      Arguments next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Field Detail

      • csvParser

        private final com.univocity.parsers.csv.CsvParser csvParser
      • nullValues

        private final java.util.Set<java.lang.String> nullValues
      • nextCsvRecord

        private java.lang.Object[] nextCsvRecord
    • Constructor Detail

      • CsvParserIterator

        CsvParserIterator​(com.univocity.parsers.csv.CsvParser csvParser,
                          CsvFileSource annotation)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<Arguments>
      • next

        public Arguments next()
        Specified by:
        next in interface java.util.Iterator<Arguments>
      • advance

        private void advance()