Searched refs:PowerSet (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSets.java1155 return new PowerSet<E>(input);
1158 private static final class PowerSet<E> extends AbstractSet<Set<E>> { class in class:Sets
1163 PowerSet(ImmutableSet<E> input) { method in class:Sets.PowerSet
1227 if (obj instanceof PowerSet) {
1228 PowerSet<?> that = (PowerSet<?>) obj;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java1143 return new PowerSet<E>(input);
1146 private static final class PowerSet<E> extends AbstractSet<Set<E>> { class in class:Sets
1151 PowerSet(ImmutableSet<E> input) { method in class:Sets.PowerSet
1215 if (obj instanceof PowerSet) {
1216 PowerSet<?> that = (PowerSet<?>) obj;

Completed in 111 milliseconds