|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jjoost.util.Functions.MapEntryValueProjection<E,V>
public static final class Functions.MapEntryValueProjection<E extends java.util.Map.Entry<?,V>,V>
A function that retrieves the value portion of a Map.Entry
| Constructor Summary | |
|---|---|
Functions.MapEntryValueProjection()
|
|
| Method Summary | |
|---|---|
V |
apply(E v)
Returns the result of applying the function to the parameter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Functions.MapEntryValueProjection()
| Method Detail |
|---|
public V apply(E v)
Function
apply in interface Function<E extends java.util.Map.Entry<?,V>,V>v - something of type domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||