HomeSort by relevance Sort by last modified time
    Searched refs:SetView (Results 1 - 5 of 5) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Sets.java 530 * retain a reference of type {@code SetView}; typically, you either use it
532 * {@link #copyInto} and forget the {@code SetView} itself.
536 public abstract static class SetView<E> extends AbstractSet<E> {
537 private SetView() {} // no subclasses but our own
582 public static <E> SetView<E> union(
589 return new SetView<E>() {
641 public static <E> SetView<E> intersection(
647 return new SetView<E>() {
678 public static <E> SetView<E> difference(
684 return new SetView<E>()
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 518 * retain a reference of type {@code SetView}; typically, you either use it
520 * {@link #copyInto} and forget the {@code SetView} itself.
524 public abstract static class SetView<E> extends AbstractSet<E> {
525 private SetView() {} // no subclasses but our own
570 public static <E> SetView<E> union(
577 return new SetView<E>() {
629 public static <E> SetView<E> intersection(
635 return new SetView<E>() {
666 public static <E> SetView<E> difference(
672 return new SetView<E>()
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
JavaPerformanceDetector.java 28 import com.google.common.collect.Sets.SetView;
328 SetView<String> intersection = Sets.intersection(
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 47 milliseconds