Collection Java Book

static Set singleton(T o)
Returns an immutable set containing only the specified object.
static List singletonList(T o)
Returns an immutable list containing only the specified object.
static Map singletonMap(K key, V value)
Returns an immutable map, mapping only the specified key to the specified value.