Searched defs:ImmutableCollection (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableCollection.java30 * GWT emulated version of {@link ImmutableCollection}.
35 public abstract class ImmutableCollection<E> extends AbstractCollection<E> class in inherits:AbstractCollection,Serializable
38 static final ImmutableCollection<Object> EMPTY_IMMUTABLE_COLLECTION
41 ImmutableCollection() {} method in class:ImmutableCollection
90 static <E> ImmutableCollection<E> unsafeDelegate(Collection<E> delegate) {
126 public abstract ImmutableCollection<E> build();
/external/guava/guava/src/com/google/common/collect/
H A DImmutableCollection.java47 public abstract class ImmutableCollection<E> extends AbstractCollection<E> class in inherits:AbstractCollection,Serializable
50 ImmutableCollection() {} method in class:ImmutableCollection
211 * Abstract base class for builders of {@link ImmutableCollection} types.
238 * Adds {@code element} to the {@code ImmutableCollection} being built.
250 * Adds each element of {@code elements} to the {@code ImmutableCollection}
269 * Adds each element of {@code elements} to the {@code ImmutableCollection}
288 * Adds each element of {@code elements} to the {@code ImmutableCollection}
307 * Returns a newly-created {@code ImmutableCollection} of the appropriate
311 * of {@code ImmutableCollection} from this method.
313 public abstract ImmutableCollection<
[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 277 milliseconds