|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jjoost.util.Functions.MapEntryKeyProjection<E,K>
public static final class Functions.MapEntryKeyProjection<E extends java.util.Map.Entry<K,?>,K>
A function that retrieves the key portion of a Map.Entry
| Constructor Summary | |
|---|---|
Functions.MapEntryKeyProjection()
|
|
| Method Summary | |
|---|---|
K |
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.MapEntryKeyProjection()
| Method Detail |
|---|
public K apply(E v)
Function
apply in interface Function<E extends java.util.Map.Entry<K,?>,K>v - something of type domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||