Class Elements


  • public class Elements
    extends java.lang.Object
    Map Serialize helpers
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.ArrayList<deltix.qsrv.hf.tickdb.pub.task.MapElement> items  
    • Constructor Summary

      Constructors 
      Constructor Description
      Elements()  
      Elements​(java.util.ArrayList<deltix.qsrv.hf.tickdb.pub.task.MapElement> items)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • items

        public java.util.ArrayList<deltix.qsrv.hf.tickdb.pub.task.MapElement> items
    • Constructor Detail

      • Elements

        public Elements​(java.util.ArrayList<deltix.qsrv.hf.tickdb.pub.task.MapElement> items)
      • Elements

        public Elements()