Interface Disposable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dispose()
      Free any resources this object is holding and prepares this object for garbage collection.
    • Method Detail

      • dispose

        void dispose()
        Free any resources this object is holding and prepares this object for garbage collection. Once an object has been disposed of it can no longer be used.