< prev index next >

src/java.base/share/classes/java/time/chrono/package-info.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2012, 2013, 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) 2012, 2018, 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
*** 93,103 **** * <li>{@link java.time.chrono.JapaneseChronology Japanese calendar}</li> * <li>{@link java.time.chrono.MinguoChronology Minguo calendar}</li> * <li>{@link java.time.chrono.ThaiBuddhistChronology Thai Buddhist calendar}</li> * </ul> * ! * <h3>Example</h3> * <p> * This example lists todays date for all of the available calendars. * </p> * <pre> * // Enumerate the list of available calendars and print todays date for each. --- 93,103 ---- * <li>{@link java.time.chrono.JapaneseChronology Japanese calendar}</li> * <li>{@link java.time.chrono.MinguoChronology Minguo calendar}</li> * <li>{@link java.time.chrono.ThaiBuddhistChronology Thai Buddhist calendar}</li> * </ul> * ! * <h2>Example</h2> * <p> * This example lists todays date for all of the available calendars. * </p> * <pre> * // Enumerate the list of available calendars and print todays date for each.
*** 153,163 **** * .minus(1, ChronoUnit.DAYS); * System.out.printf(" %s: 1st of year: %s; end of year: %s%n", last.getChronology().getId(), * first, last); * </pre> * ! * <h3>Package specification</h3> * <p> * Unless otherwise noted, passing a null argument to a constructor or method in any class or interface * in this package will cause a {@link java.lang.NullPointerException NullPointerException} to be thrown. * The Javadoc "@param" definition is used to summarise the null-behavior. * The "@throws {@link java.lang.NullPointerException}" is not explicitly documented in each method. --- 153,163 ---- * .minus(1, ChronoUnit.DAYS); * System.out.printf(" %s: 1st of year: %s; end of year: %s%n", last.getChronology().getId(), * first, last); * </pre> * ! * <h2>Package specification</h2> * <p> * Unless otherwise noted, passing a null argument to a constructor or method in any class or interface * in this package will cause a {@link java.lang.NullPointerException NullPointerException} to be thrown. * The Javadoc "@param" definition is used to summarise the null-behavior. * The "@throws {@link java.lang.NullPointerException}" is not explicitly documented in each method.
< prev index next >