Package 

Interface ListWriter

    • Method Summary

      Modifier and Type Method Description
      abstract T get(Integer index) Get the value at the specified index in the array
      abstract S getSerializer() The array element serializer
      abstract Integer getSize() The length of the array
      • Methods inherited from class dev.thecodewarrior.prism.base.analysis.ListWriter

        close, load, release
      • Methods inherited from class java.lang.Object

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

      • get

         abstract T get(Integer index)

        Get the value at the specified index in the array

      • getSerializer

         abstract S getSerializer()

        The array element serializer