Lines Matching refs:get
99 * The get method returns a WrappedCollection, which decorates the collection
187 Collection<V> collection = map.get(key);
205 Collection<V> collection = map.get(key);
214 Collection<V> collection = map.get(key);
336 public Collection<V> get(@Nullable K key) {
337 Collection<V> collection = map.get(key);
415 Collection<V> newDelegate = map.get(key);
712 public V get(int index) {
714 return getListDelegate().get(index);
958 collection = map.get(key);
1009 Collection<V> collection = map.get(entry.getElement());
1030 Collection<V> collection = map.get(key);
1322 @Override public Collection<V> get(Object key) {