interface  org.apache.logging.log4j.core.util.datetime.FastDatePrinter$Rule extends java.lang.Object
{
public static final org.apache.logging.log4j.core.util.datetime.FastDatePrinter$Rule[] EMPTY_ARRAY;
public abstract int estimateLength();
public abstract void appendTo(java.lang.Appendable, java.util.Calendar) throws java.io.IOException;
static void <clinit>()
{
org.apache.logging.log4j.core.util.datetime.FastDatePrinter$Rule[] v;
v = newarray (org.apache.logging.log4j.core.util.datetime.FastDatePrinter$Rule)[0];
<org.apache.logging.log4j.core.util.datetime.FastDatePrinter$Rule: org.apache.logging.log4j.core.util.datetime.FastDatePrinter$Rule[] EMPTY_ARRAY> = v;
return;
}
}