Class DevOpsArray<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int count  
      java.util.List<T> value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DevOpsArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(DevOpsArray<T> other)  
      • Methods inherited from class java.lang.Object

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

      • count

        public int count
      • value

        public java.util.List<T> value
    • Constructor Detail

      • DevOpsArray

        public DevOpsArray()