What part of Apache Commons saves you the most time?

apache-commons, java

Solution

StringUtils.isBlank(String string)

Problem

Community wiki'ed already, folks. What part of Apache Commons saves you the most time? I'm curious to get together a list of these to browse and see what I don't know about, or what I should be using more often than not.

Original source