Searched defs:ImmutableSet (Results 1 - 7 of 7) 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.java67 return ImmutableSet.copyOf(contents);
125 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/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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/ ...

Completed in 1258 milliseconds