|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.dart.compiler.util.Maps
public class Maps
Utility methods for operating on memory-efficient maps. All maps of size 0 or 1 are assumed to be immutable. All maps of size greater than 1 are assumed to be mutable.
Method Summary | ||
---|---|---|
static
|
put(java.util.Map<K,V> map,
K key,
V value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <K,V> java.util.Map<K,V> put(java.util.Map<K,V> map, K key, V value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |