Class COUNTER.UpdateResult<T extends Streamable>

  • Enclosing class:
    COUNTER

    private static class COUNTER.UpdateResult<T extends Streamable>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) T result  
      (package private) long[] snapshot  
      (package private) boolean updated  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UpdateResult​(boolean updated, T result, long[] snapshot)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • updated

        final boolean updated
      • snapshot

        final long[] snapshot
    • Constructor Detail

      • UpdateResult

        private UpdateResult​(boolean updated,
                             T result,
                             long[] snapshot)