Searched refs:SetDecorator (Results 1 – 1 of 1) sorted by relevance
164 return new SetDecorator(key, createCollection()); in createCollection()167 private class SetDecorator extends ForwardingSet<V> { class in LinkedHashMultimap171 SetDecorator(@Nullable K key, Set<V> delegate) { in SetDecorator() method in LinkedHashMultimap.SetDecorator