Javolution 6.0.0 java
|
Public Member Functions | |
MaxReducer (Comparator<? super E > cmp) | |
void | accept (Collection< E > param) |
E | get () |
void | accept (T param) |
Private Attributes | |
final Comparator<? super E > | cmp |
final AtomicReference< E > | max = new AtomicReference<E>(null) |
Definition at line 84 of file Reducers.java.
javolution.util.function.Reducers.MaxReducer< E >.MaxReducer | ( | Comparator<? super E > | cmp | ) |
Definition at line 88 of file Reducers.java.
References javolution.util.function.Reducers.MaxReducer< E >.cmp.
void javolution.util.function.Reducers.MaxReducer< E >.accept | ( | Collection< E > | param | ) |
Definition at line 93 of file Reducers.java.
References javolution.util.function.Reducers.MaxReducer< E >.cmp, and javolution.util.function.Reducers.MaxReducer< E >.max.
|
inherited |
Accepts an input value.
E javolution.util.function.Reducers.MaxReducer< E >.get | ( | ) |
Definition at line 106 of file Reducers.java.
References javolution.util.function.Reducers.MaxReducer< E >.max.
|
private |
Definition at line 85 of file Reducers.java.
Referenced by javolution.util.function.Reducers.MaxReducer< E >.accept(), and javolution.util.function.Reducers.MaxReducer< E >.MaxReducer().
|
private |
Definition at line 86 of file Reducers.java.
Referenced by javolution.util.function.Reducers.MaxReducer< E >.accept(), and javolution.util.function.Reducers.MaxReducer< E >.get().