Class CycleProtector

java.lang.Object
com.zfabrik.work.CycleProtector

public class CycleProtector extends Object
A generic cycle detection utility that can be used in methods that may run into recursive control flows.
  • Constructor Details

    • CycleProtector

      public CycleProtector()
  • Method Details