Home | History | Annotate | Download | only in collect

Lines Matching full:maps

1264       return Maps.immutableEntry(key, valueIterator.next());
1319 return Maps.safeContainsKey(submap, key);
1323 Collection<V> collection = Maps.safeGet(submap, key);
1400 return Maps.immutableEntry(key, wrapCollection(key, collection));