Javolution 6.0.0 java
|
Public Member Functions | |
MinReducer (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 > | min = new AtomicReference<E>(null) |
Definition at line 121 of file Reducers.java.
javolution.util.function.Reducers.MinReducer< E >.MinReducer | ( | Comparator<? super E > | cmp | ) |
Definition at line 125 of file Reducers.java.
References javolution.util.function.Reducers.MinReducer< E >.cmp.
void javolution.util.function.Reducers.MinReducer< E >.accept | ( | Collection< E > | param | ) |
Definition at line 130 of file Reducers.java.
References javolution.util.function.Reducers.MinReducer< E >.cmp, and javolution.util.function.Reducers.MinReducer< E >.min.
|
inherited |
Accepts an input value.
E javolution.util.function.Reducers.MinReducer< E >.get | ( | ) |
Definition at line 143 of file Reducers.java.
References javolution.util.function.Reducers.MinReducer< E >.min.
|
private |
Definition at line 122 of file Reducers.java.
Referenced by javolution.util.function.Reducers.MinReducer< E >.accept(), and javolution.util.function.Reducers.MinReducer< E >.MinReducer().
|
private |
Definition at line 123 of file Reducers.java.
Referenced by javolution.util.function.Reducers.MinReducer< E >.accept(), and javolution.util.function.Reducers.MinReducer< E >.get().