The Collections class also provides constants for empty collections:
Collections
List EMPTY_LIST
Set EMPTY_SET
The Java 2 SDK, Standard Edition, version 1.3 has a predefined empty map constant:
Map EMPTY_MAP