HomeSort by relevance Sort by last modified time
    Searched defs:ImmutableCollection (Results 1 - 11 of 11) sorted by null

  /external/guava/guava/src/com/google/common/collect/
ImmutableCollection.java 42 public abstract class ImmutableCollection<E>
44 static final ImmutableCollection<Object> EMPTY_IMMUTABLE_COLLECTION
47 ImmutableCollection() {}
174 extends ImmutableCollection<Object> {
218 extends ImmutableCollection<E> {
270 * Abstract base class for builders of {@link ImmutableCollection} types.
280 * Adds {@code element} to the {@code ImmutableCollection} being built.
292 * Adds each element of {@code elements} to the {@code ImmutableCollection}
311 * Adds each element of {@code elements} to the {@code ImmutableCollection}
330 * Adds each element of {@code elements} to the {@code ImmutableCollection}
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableCollection.java 30 * GWT emulated version of {@link ImmutableCollection}.
35 public abstract class ImmutableCollection<E>
38 static final ImmutableCollection<Object> EMPTY_IMMUTABLE_COLLECTION
41 ImmutableCollection() {}
135 static <E> ImmutableCollection<E> unsafeDelegate(Collection<E> delegate) {
171 public abstract ImmutableCollection<E> build();