![JAR search and dependency download from the Maven repository](/logo.png)
com.nikhaldimann.viewselector.selection.ViewSelection Maven / Gradle / Ivy
package com.nikhaldimann.viewselector.selection;
import java.util.LinkedHashSet;
import android.view.View;
/**
* Collection representing a selection of views made via a selector. We're
* making this its own type in order to be able to single it out in FEST-style
* {@code assertThat()} calls.
*/
public class ViewSelection extends LinkedHashSet {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy