Quantcast
Channel: Java mon amour
Viewing all articles
Browse latest Browse all 1121

Effective Java third edition

$
0
0
the source code:

https://github.com/jbloch/effective-java-3e-source-code






*clone (p. 86)
copy constructor/ copy factory
compareTo()
java.util.Comparator.comparingInt + thenComparingInt


immutable objects

composition over inheritance

default methods

generics and collections

unbounded wildcard types (<?>)

PECS producer extends consumer super

isAnnotationPresent
@ExceptionTest
@Repeatable


java.util.function
Operator
Predicate
Function
Supplier
Consumer


Viewing all articles
Browse latest Browse all 1121

Trending Articles