/** * This class is immutable. */ public void testCloning() { YInterval i1 = new YInterval(1.0, 0.5, 1.5); assertFalse(i1 instanceof Cloneable); }