Class UnivocityTable


  • public class UnivocityTable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UnivocityTable()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Table of​(com.univocity.parsers.common.IterableResult<com.univocity.parsers.common.record.Record,​com.univocity.parsers.common.ParsingContext> records)  
      static Table of​(java.lang.Iterable<com.univocity.parsers.common.record.Record> records)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnivocityTable

        public UnivocityTable()
    • Method Detail

      • of

        public static Table of​(com.univocity.parsers.common.IterableResult<com.univocity.parsers.common.record.Record,​com.univocity.parsers.common.ParsingContext> records)
      • of

        public static Table of​(java.lang.Iterable<com.univocity.parsers.common.record.Record> records)