Searched defs:complementOf (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSets.java364 * method has the same behavior as {@link EnumSet#complementOf}. Otherwise,
367 * {@link #complementOf(Collection, Class)} instead of this method.
376 public static <E extends Enum<E>> EnumSet<E> complementOf( method in class:Sets
379 return EnumSet.complementOf((EnumSet<E>) collection);
390 * {@link EnumSet#complementOf}, but can act on any input collection, as long
399 public static <E extends Enum<E>> EnumSet<E> complementOf( method in class:Sets
403 ? EnumSet.complementOf((EnumSet<E>) collection)
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java361 * method has the same behavior as {@link EnumSet#complementOf}. Otherwise,
364 * {@link #complementOf(Collection, Class)} instead of this method.
373 public static <E extends Enum<E>> EnumSet<E> complementOf( method in class:Sets
376 return EnumSet.complementOf((EnumSet<E>) collection);
387 * {@link EnumSet#complementOf}, but can act on any input collection, as long
396 public static <E extends Enum<E>> EnumSet<E> complementOf( method in class:Sets
400 ? EnumSet.complementOf((EnumSet<E>) collection)
/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 245 milliseconds