org.omnaest.utils.structure.map
Interface MapUtils.MapEntryToElementConverter<TO,K,V>

Type Parameters:
TO -
K -
V -
All Superinterfaces:
ElementConverter<Map.Entry<K,V>,TO>
Enclosing class:
MapUtils

public static interface MapUtils.MapEntryToElementConverter<TO,K,V>
extends ElementConverter<Map.Entry<K,V>,TO>

Converted to transform a given Map.Entry of a Map to a single List element

Author:
Omnaest
See Also:
#convert(Entry)

Method Summary
 TO convert(Map.Entry<K,V> entry)
          Converts a Map.Entry of a Map to a single element for a List
 

Method Detail

convert

TO convert(Map.Entry<K,V> entry)
Converts a Map.Entry of a Map to a single element for a List

Specified by:
convert in interface ElementConverter<Map.Entry<K,V>,TO>
Parameters:
entry -
Returns:


Copyright © 2013. All Rights Reserved.