Class SynchronizationWrapper<T>


  • public class SynchronizationWrapper<T>
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      T getObject()  
      void setObject​(T object)  
      • Methods inherited from class java.lang.Object

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

      • SynchronizationWrapper

        public SynchronizationWrapper()
    • Method Detail

      • getObject

        public T getObject()
      • setObject

        public void setObject​(T object)