clone abstract method

SortedMap<K, V> clone()

Makes a copy of this map. The key/value pairs in the map are not cloned.

Implementation

SortedMap<K, V> clone();