Searched defs:SetMultimap (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSetMultimap.java40 public interface SetMultimap<K, V> extends Multimap<K, V> { interface in inherits:Multimap
44 * <p>Because a {@code SetMultimap} has unique values for a given key, this
54 * <p>Because a {@code SetMultimap} has unique values for a given key, this
64 * <p>Because a {@code SetMultimap} has unique values for a given key, this
76 * <p>Because a {@code SetMultimap} has unique values for a given key, this
95 * <p>Two {@code SetMultimap} instances are equal if, for each key, they
99 * <p>An empty {@code SetMultimap} is equal to any other empty {@code
H A DMapConstraints.java146 public static <K, V> SetMultimap<K, V> constrainedSetMultimap( argument
147 SetMultimap<K, V> multimap,
723 extends ConstrainedMultimap<K, V> implements SetMultimap<K, V> {
724 ConstrainedSetMultimap(SetMultimap<K, V> delegate,
H A DMultimaps.java230 * Creates a new {@code SetMultimap} that uses the provided map and factory.
266 public static <K, V> SetMultimap<K, V> newSetMultimap(
679 extends UnmodifiableMultimap<K, V> implements SetMultimap<K, V> {
680 UnmodifiableSetMultimap(SetMultimap<K, V> delegate) {
683 @Override public SetMultimap<K, V> delegate() {
684 return (SetMultimap<K, V>) super.delegate();
732 * Returns a synchronized (thread-safe) {@code SetMultimap} backed by the
743 public static <K, V> SetMultimap<K, V> synchronizedSetMultimap( argument
744 SetMultimap<K, V> multimap) {
749 * Returns an unmodifiable view of the specified {@code SetMultimap}
766 unmodifiableSetMultimap( SetMultimap<K, V> delegate) argument
[all...]
H A DSynchronized.java722 static <K, V> SetMultimap<K, V> setMultimap( argument
723 SetMultimap<K, V> multimap, @Nullable Object mutex) {
732 extends SynchronizedMultimap<K, V> implements SetMultimap<K, V> {
736 SetMultimap<K, V> delegate, @Nullable Object mutex) {
739 @Override SetMultimap<K, V> delegate() {
740 return (SetMultimap<K, V>) super.delegate();
735 SynchronizedSetMultimap( SetMultimap<K, V> delegate, @Nullable Object mutex) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java184 * Creates a new {@code SetMultimap} that uses the provided map and factory.
220 public static <K, V> SetMultimap<K, V> newSetMultimap(
590 extends UnmodifiableMultimap<K, V> implements SetMultimap<K, V> {
591 UnmodifiableSetMultimap(SetMultimap<K, V> delegate) {
594 @Override public SetMultimap<K, V> delegate() {
595 return (SetMultimap<K, V>) super.delegate();
643 * Returns a synchronized (thread-safe) {@code SetMultimap} backed by the
654 public static <K, V> SetMultimap<K, V> synchronizedSetMultimap( argument
655 SetMultimap<K, V> multimap) {
660 * Returns an unmodifiable view of the specified {@code SetMultimap}
677 unmodifiableSetMultimap( SetMultimap<K, V> delegate) argument
[all...]
H A DSynchronized.java709 static <K, V> SetMultimap<K, V> setMultimap( argument
710 SetMultimap<K, V> multimap, @Nullable Object mutex) {
719 extends SynchronizedMultimap<K, V> implements SetMultimap<K, V> {
723 SetMultimap<K, V> delegate, @Nullable Object mutex) {
726 @Override SetMultimap<K, V> delegate() {
727 return (SetMultimap<K, V>) super.delegate();
722 SynchronizedSetMultimap( SetMultimap<K, V> delegate, @Nullable Object mutex) argument
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 562 milliseconds