Class OperationAggregator.ValueEntry

  • Enclosing class:
    OperationAggregator<T,​K,​R>

    protected class OperationAggregator.ValueEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int index  
      R result  
      T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueEntry​(int index, T value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • index

        public int index
      • value

        public T value
      • result

        public R result
    • Constructor Detail

      • ValueEntry

        public ValueEntry​(int index,
                          T value)