static interface IVar extends IF0 { void set(A a); A get(); ifndef Android default bool has() { ret get() != null; } default void clear() { set(null); } endifndef }