org.jminor.common.model.valuemap
Interface ValueMap.ToString<K>

Type Parameters:
K - the type of the map keys
All Known Implementing Classes:
StringProvider
Enclosing interface:
ValueMap<K,V>

public static interface ValueMap.ToString<K>

Describes an object responsible for providing String representations of ValueMap instances


Method Summary
 String toString(ValueMap<K,?> valueMap)
          Returns a string representation of the given value map
 

Method Detail

toString

String toString(ValueMap<K,?> valueMap)
Returns a string representation of the given value map

Parameters:
valueMap - the value map
Returns:
a string representation of the value map