Searched defs:ImmutableSet (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSet.java29 * GWT emulated version of {@link ImmutableSet}. For the unsorted sets, they
40 public abstract class ImmutableSet<E> extends ForwardingImmutableCollection<E> class in inherits:ForwardingImmutableCollection,Set
43 ImmutableSet(Set<E> delegate) { method in class:ImmutableSet
47 ImmutableSet() { method in class:ImmutableSet
53 public static <E> ImmutableSet<E> of() {
54 return (ImmutableSet<E>) EmptyImmutableSet.INSTANCE;
57 public static <E> ImmutableSet<E> of(E element) {
62 public static <E> ImmutableSet<E> of(E e1, E e2) {
67 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) {
72 public static <E> ImmutableSet<
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSet.java45 * <p><b>Warning:</b> Like most sets, an {@code ImmutableSet} will not function
68 public abstract class ImmutableSet<E> extends ImmutableCollection<E> class in inherits:ImmutableCollection,Set
77 public static <E> ImmutableSet<E> of() {
78 return (ImmutableSet<E>) EmptyImmutableSet.INSTANCE;
87 public static <E> ImmutableSet<E> of(E element) {
98 public static <E> ImmutableSet<E> of(E e1, E e2) {
109 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) {
120 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) {
131 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) {
143 public static <E> ImmutableSet<
349 ImmutableSet() {} method in class:ImmutableSet
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h1 //===--- ImmutableSet.h - Immutable (functional) set interface --*- C++ -*-===//
10 // This file defines the ImutAVLTree and ImmutableSet classes.
875 // definitions used by ImutAVLTree, ImmutableSet, and ImmutableMap. These
938 class ImmutableSet { class in namespace:llvm
952 explicit ImmutableSet(TreeTy* R) : Root(R) { function in class:llvm::ImmutableSet
955 ImmutableSet(const ImmutableSet &X) : Root(X.Root) { function in class:llvm::ImmutableSet
958 ImmutableSet &operator=(const ImmutableSet &X) {
966 ~ImmutableSet() {
[all...]
/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 232 milliseconds