eh3rrera / ocpj8-book

Study guide for the Oracle Certified Professional, Java SE 8 Programmer Exam (1Z0-809)
Other
129 stars 90 forks source link

Chapter 21 #48

Closed rcromero closed 6 years ago

rcromero commented 6 years ago

Classes and interfaces below are in java.time.temporal package, and not java.time. Review the entire chapter.

ChronoField ChronoUnit TemporalField TemporalUnit

eh3rrera commented 6 years ago

Thanks, I have changed the references to their package to the correct one.

rcromero commented 6 years ago

Not everything were fixed. Check for all TemporalField. i.e.

int get(java.time.TemporalField field) // value as int
long getLong(java.time.TemporalField field) // value as long
eh3rrera commented 6 years ago

Sorry, I think I got it now