-
Notifications
You must be signed in to change notification settings - Fork 4
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
ALwill matchActionListenerandArrayList. - Searching for
AcLiwill matchActionListenerbut notArrayList. - Searching for
AIOOBEwill matchArrayIndexOutOfBoundsException.
See also these blog entries for more details: