February 2014
Beginner
1248 pages
62h 25m
English
• Class Instant’s static method now gets the current time.
• To determine the difference between two Instants, use class Duration’s static method between, which returns a Duration object containing the time difference.
• Duration method toMillis returns the Duration as a long value milliseconds.
• NumberFormat static method getPercentInstance returns a NumberFormat that’s used to format a number as a percentage.
• NumberFormat method format returns a String representation of its argument in the specified numeric format.
• Arrays static method parallelSetAll fills an array with values produced by a generator function that receives an int and returns a value of type
Read now
Unlock full access