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

  /external/pdfium/core/fpdfapi/page/
cpdf_page.h 54 void SetView(View* pView) { m_pView = pView; }
  /external/guava/guava/src/com/google/common/collect/
Sets.java 522 * retain a reference of type {@code SetView}; typically, you either use it
524 * {@link #copyInto} and forget the {@code SetView} itself.
528 public abstract static class SetView<E> extends AbstractSet<E> {
529 private SetView() {} // no subclasses but our own
579 public static <E> SetView<E> union(
586 return new SetView<E>() {
638 public static <E> SetView<E> intersection(
644 return new SetView<E>() {
675 public static <E> SetView<E> difference(
681 return new SetView<E>()
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 486 * retain a reference of type {@code SetView}; typically, you either use it
488 * {@link #copyInto} and forget the {@code SetView} itself.
492 public abstract static class SetView<E> extends AbstractSet<E> {
493 private SetView() {} // no subclasses but our own
543 public static <E> SetView<E> union(
550 return new SetView<E>() {
602 public static <E> SetView<E> intersection(
608 return new SetView<E>() {
639 public static <E> SetView<E> difference(
645 return new SetView<E>()
    [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 3221 milliseconds