Searched defs:ImmutableList (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 DImmutableList.java34 * GWT emulated version of {@link ImmutableList}.
40 public abstract class ImmutableList<E> extends ImmutableCollection<E> class in inherits:ImmutableCollection,List,RandomAccess
42 static final ImmutableList<Object> EMPTY =
45 ImmutableList() {} method in class:ImmutableList
49 public static <E> ImmutableList<E> of() {
50 return (ImmutableList<E>) EMPTY;
53 public static <E> ImmutableList<E> of(E element) {
57 public static <E> ImmutableList<E> of(E e1, E e2) {
59 ImmutableList.<E>nullCheckedList(e1, e2));
62 public static <E> ImmutableList<
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DBenchmarkHelpers.java94 ImmutableList { enum constant in enum:BenchmarkHelpers.ListMultimapImpl
/external/llvm/include/llvm/ADT/
H A DImmutableList.h1 //==--- ImmutableList.h - Immutable (functional) list interface --*- C++ -*-==//
10 // This file defines the ImmutableList class.
54 /// ImmutableList - This class represents an immutable (functional) list.
57 /// This interface matches ImmutableSet and ImmutableMap. ImmutableList
63 class ImmutableList { class in namespace:llvm
75 ImmutableList(const ImmutableListImpl<T>* x = nullptr) : X(x) {} function in class:llvm::ImmutableList
85 iterator(ImmutableList l) : L(l.getInternalPointer()) {}
91 ImmutableList getList() const { return L; }
118 bool isEqual(const ImmutableList& L) const { return X == L.X; }
120 bool operator==(const ImmutableList
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableList.h1 //==--- ImmutableList.h - Immutable (functional) list interface --*- C++ -*-==//
10 // This file defines the ImmutableList class.
55 /// ImmutableList - This class represents an immutable (functional) list.
58 /// This interface matches ImmutableSet and ImmutableMap. ImmutableList
64 class ImmutableList { class in namespace:llvm
76 ImmutableList(const ImmutableListImpl<T>* x = 0) : X(x) {} function in class:llvm::ImmutableList
86 iterator(ImmutableList l) : L(l.getInternalPointer()) {}
92 ImmutableList getList() const { return L; }
119 bool isEqual(const ImmutableList& L) const { return X == L.X; }
121 bool operator==(const ImmutableList
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableList.java43 * ImmutableList} contains its own private data and will <i>never</i> change.
44 * {@code ImmutableList} is convenient for {@code public static final} lists
63 public abstract class ImmutableList<E> extends ImmutableCollection<E> class in inherits:ImmutableCollection,List,RandomAccess
66 private static final ImmutableList<Object> EMPTY =
76 public static <E> ImmutableList<E> of() {
77 return (ImmutableList<E>) EMPTY;
88 public static <E> ImmutableList<E> of(E element) {
97 public static <E> ImmutableList<E> of(E e1, E e2) {
106 public static <E> ImmutableList<E> of(E e1, E e2, E e3) {
115 public static <E> ImmutableList<
335 ImmutableList() {} method in class:ImmutableList
[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/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/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/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 471 milliseconds