Class CelExprIdGeneratorFactory.MonotonicIdGenerator

  • Enclosing class:
    CelExprIdGeneratorFactory

    public static class CelExprIdGeneratorFactory.MonotonicIdGenerator
    extends java.lang.Object
    MonotonicIdGenerator increments expression IDs from an initial seed value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long nextExprId()  
      • Methods inherited from class java.lang.Object

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

      • nextExprId

        public long nextExprId()