All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squarespace.less.match.CharClassifier Maven / Gradle / Ivy

The newest version!
package com.squarespace.less.match;


public interface CharClassifier {

  boolean isMember(char ch, int cls);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy