Class | Description |
---|---|
DoubleSummingReducer |
Implementation of
BiFunction that reduces a tree of Double s by summing. |
IntegerSummingReducer |
Implementation of
BiFunction that reduces a tree of Integer s by summing. |
LongSummingReducer |
Implementation of
BiFunction that reduces a tree of Long s by summing. |
NodeCountingReducer<E> |
Implementation of
BiFunction that reduces a tree to the number of nodes. |
Copyright © 2014–2016. All rights reserved.