Class State


  • public class State
    extends java.lang.Object
    Since:
    6.0
    Author:
    Karsten Blees
    • Constructor Summary

      Constructors 
      Constructor Description
      State​(boolean clear, java.util.concurrent.ConcurrentMap<java.lang.Object,​Modification> modMap, State next)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • State

        public State​(boolean clear,
                     java.util.concurrent.ConcurrentMap<java.lang.Object,​Modification> modMap,
                     State next)