Skip to content

CamelCase

Steven Brown edited this page Apr 1, 2015 · 1 revision

CamelCase searching allows classes to be found by entering only the uppercase letters.

For example,

  • Searching for AL will match ActionListener and ArrayList.
  • Searching for AcLi will match ActionListener but not ArrayList.
  • Searching for AIOOBE will match ArrayIndexOutOfBoundsException.

See also these blog entries for more details:

Clone this wiki locally