< prev index next >

src/java.base/share/classes/jdk/internal/icu/text/Replaceable.java

Print this page
rev 57619 : [mq]: 8174270

*** 1,7 **** /* ! * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 33,43 **** * US and International patents. This notice and attribution to IBM may not * * to removed. * ******************************************************************************* */ ! package sun.text.normalizer; /** * <code>Replaceable</code> is an interface representing a * string of characters that supports the replacement of a range of * itself with a new string of characters. It is used by APIs that --- 33,43 ---- * US and International patents. This notice and attribution to IBM may not * * to removed. * ******************************************************************************* */ ! package jdk.internal.icu.text; /** * <code>Replaceable</code> is an interface representing a * string of characters that supports the replacement of a range of * itself with a new string of characters. It is used by APIs that
*** 80,90 **** * <p>Copyright &copy; IBM Corporation 1999. All rights reserved. * * @author Alan Liu * @stable ICU 2.0 */ ! interface Replaceable { /** * Returns the number of 16-bit code units in the text. * @return number of 16-bit code units in text * @stable ICU 2.0 */ --- 80,90 ---- * <p>Copyright &copy; IBM Corporation 1999. All rights reserved. * * @author Alan Liu * @stable ICU 2.0 */ ! public interface Replaceable { /** * Returns the number of 16-bit code units in the text. * @return number of 16-bit code units in text * @stable ICU 2.0 */
< prev index next >