Returns a Collection of the values contained in this Map. The Collection is backed by this Map so changes to one are reflected by the other. The Collection supports Collection#remove, Collection#removeAll, Collection#retainAll, and {@li
()
| 254 | * @return a collection of the values contained in this map. |
| 255 | */ |
| 256 | public Collection<V> values(); |
| 257 | |
| 258 | // ---- Java 8 default methods. Mirror of the same set in |
| 259 | // ---- Ports/CLDC11/src/java/util/Map.java; kept in sync. |
no outgoing calls