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