21572158215921602161216221632164216521662167
TimeUnitFormat tufa = (TimeUnitFormat)a; TimeUnitFormat tufb = (TimeUnitFormat)b; TimeUnitAmount amount = new TimeUnitAmount(3, TimeUnit.HOUR); String resa = tufa.format(amount); String resb = tufb.format(amount); return resa.equals(resb); } }