Package java.util
Class Collections

Public Method singletonMap

static Map singletonMap(Object key, Object value)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns an immutable map, mapping only the specified key to the specified value. The returned map is serializable.