5 ms·
Guava has a nice explanation: https://code.google.com/p/guava-libraries/wiki/UsingAndAvoidingNullExplained https://code.google.com/p/guava-libraries/wiki/UsingA
by mumrah 12y ago
Guava has a nice explanation: https://code.google.com/p/guava-libraries/wiki/UsingAndAvoidingNullExplained https://code.google.com/p/guava-libraries/wiki/UsingAndAvoid.... Essentially, it forces you to actively think about the "absent" case when programming.