// 
// Decompiled by Procyon v0.6.0
// 

package ch.randelshofer.fastdoubleparser.chr;

public class FormatCharSet implements CharSet
{
    @Override
    public boolean containsKey(final char ch) {
        return Character.getType(ch) == 16;
    }
}
