< prev index next >

src/java.base/share/classes/jdk/internal/icu/util/OutputInt.java

Print this page
rev 57619 : [mq]: 8174270

*** 1,7 **** /* ! * Copyright (c) 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) 2015, 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
*** 27,46 **** ******************************************************************************* * Copyright (C) 2014, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* */ ! package sun.text.normalizer; /** * Simple struct-like class for int output parameters. * Like <code>Output&lt;Integer&gt;</code> but without auto-boxing. * * @internal but could become public * deprecated This API is ICU internal only. */ ! class OutputInt { /** * The value field. * * @internal --- 27,46 ---- ******************************************************************************* * Copyright (C) 2014, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* */ ! package jdk.internal.icu.util; /** * Simple struct-like class for int output parameters. * Like <code>Output&lt;Integer&gt;</code> but without auto-boxing. * * @internal but could become public * deprecated This API is ICU internal only. */ ! public class OutputInt { /** * The value field. * * @internal
< prev index next >