Searched defs:SetDecorator (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DLinkedHashMultimap.java167 return new SetDecorator(key, createCollection());
170 private class SetDecorator extends ForwardingSet<V> { class in class:LinkedHashMultimap
174 SetDecorator(@Nullable K key, Set<V> delegate) { method in class:LinkedHashMultimap.SetDecorator
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedHashMultimap.java163 return new SetDecorator(key, createCollection());
166 private class SetDecorator extends ForwardingSet<V> { class in class:LinkedHashMultimap
170 SetDecorator(@Nullable K key, Set<V> delegate) { method in class:LinkedHashMultimap.SetDecorator

Completed in 87 milliseconds