Package testdata

Class AbstractClosableWithList

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String entry)  
      java.util.List<java.lang.String> getList()  
      java.lang.String printList()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Constructor Detail

      • AbstractClosableWithList

        public AbstractClosableWithList()
    • Method Detail

      • add

        public void add​(java.lang.String entry)
      • getList

        public java.util.List<java.lang.String> getList()
      • printList

        public java.lang.String printList()