< prev index next >

modules/graphics/src/main/java/javafx/css/Match.java

Print this page

        

*** 32,42 **** /** * Used by {@link Rule} to determine whether or not the selector applies to a * given object. * ! * Returned by {@link Selector#matches} in the event of a match. * * @since 9 */ public final class Match implements Comparable<Match> { --- 32,42 ---- /** * Used by {@link Rule} to determine whether or not the selector applies to a * given object. * ! * Returned by {@link Selector} matches in the event of a match. * * @since 9 */ public final class Match implements Comparable<Match> {
< prev index next >