Searched defs:ImmutableEnumSet (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableEnumSet.java22 * GWT emulation of {@link ImmutableEnumSet}. The type parameter is not bounded
27 final class ImmutableEnumSet<E> extends ImmutableSet<E> { class in inherits:ImmutableSet
28 public ImmutableEnumSet(Set<E> delegate) { method in class:ImmutableEnumSet
/external/guava/guava/src/com/google/common/collect/
H A DImmutableEnumSet.java33 final class ImmutableEnumSet<E extends Enum<E>> extends ImmutableSet<E> { class in inherits:ImmutableSet
44 ImmutableEnumSet(EnumSet<E> delegate) { method in class:ImmutableEnumSet
102 * This class is used to serialize ImmutableEnumSet instances.
112 return new ImmutableEnumSet<E>(delegate.clone());
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2737 milliseconds