Searched defs:ImmutableSet (Results 1 - 14 of 14) 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 ImmutableCollection<E> implements Set<E> { class in inherits:ImmutableCollection,Set
41 ImmutableSet() {} method in class:ImmutableSet
45 public static <E> ImmutableSet<E> of() {
46 return (ImmutableSet<E>) EmptyImmutableSet.INSTANCE;
49 public static <E> ImmutableSet<E> of(E element) {
54 public static <E> ImmutableSet<E> of(E e1, E e2) {
59 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) {
64 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) {
69 public static <E> ImmutableSet<
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSet.java47 * <p><b>Warning:</b> Like most sets, an {@code ImmutableSet} will not function
74 public abstract class ImmutableSet<E> extends ImmutableCollection<E> class in inherits:ImmutableCollection,Set
83 public static <E> ImmutableSet<E> of() {
84 return (ImmutableSet<E>) EmptyImmutableSet.INSTANCE;
93 public static <E> ImmutableSet<E> of(E element) {
104 public static <E> ImmutableSet<E> of(E e1, E e2) {
115 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) {
126 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) {
137 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) {
149 public static <E> ImmutableSet<
383 ImmutableSet() {} method in class:ImmutableSet
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DBenchmarkHelpers.java68 return ImmutableSet.copyOf(contents);
126 ImmutableSet { enum constant in enum:BenchmarkHelpers.SetMultimapImpl
/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.
899 // definitions used by ImutAVLTree, ImmutableSet, and ImmutableMap. These
958 class ImmutableSet { class in namespace:llvm
972 explicit ImmutableSet(TreeTy* R) : Root(R) { function in class:llvm::ImmutableSet
975 ImmutableSet(const ImmutableSet &X) : Root(X.Root) { function in class:llvm::ImmutableSet
978 ImmutableSet &operator=(const ImmutableSet &X) {
986 ~ImmutableSet() {
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h1 //===--- ImmutableSet.h - Immutable (functional) set interface --*- C++ -*-===//
10 // This file defines the ImutAVLTree and ImmutableSet classes.
863 // definitions used by ImutAVLTree, ImmutableSet, and ImmutableMap. These
926 class ImmutableSet { class in namespace:llvm
940 explicit ImmutableSet(TreeTy* R) : Root(R) { function in class:llvm::ImmutableSet
943 ImmutableSet(const ImmutableSet &X) : Root(X.Root) { function in class:llvm::ImmutableSet
946 ImmutableSet &operator=(const ImmutableSet &X) {
954 ~ImmutableSet() {
[all...]
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/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/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 237 milliseconds