Method Definition: def tail: Map[A, B] Return Type: It returns all the elements of the stated map except the first one.
Map(4 -> for, 2 -> cs)
Map(4 -> for)