Class Result<T>

  • Type Parameters:
    T -

    public class Result<T>
    extends java.lang.Object
    A result form a work
    Author:
    pablocingolani
    • Field Summary

      Fields 
      Modifier and Type Field Description
      T[] data  
      long serialNumber  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(Work work, T[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialNumber

        public final long serialNumber
      • data

        public final T[] data
    • Constructor Detail

      • Result

        public Result​(Work work,
                      T[] data)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object