Class Empty
java.lang.Object
org.pentaho.reporting.libraries.base.util.Empty
Class which holds a static reference to a set of empty objects. This is created for performance reasons. Using this
class will prevent creating duplicated "empty" object.
- Author:
- David Kincade
-
Field Summary
Modifier and TypeFieldDescriptionstatic final List
Deprecated.this is a redeclaration of the Collections.EMPTY_LIST field and should be killed.static final Map
Deprecated.this is a redeclaration of the Collections.EMPTY_MAP field and should be killed.static final String
The empty string.static final String[]
An empty array of Strings. -
Method Summary
-
Field Details
-
STRING
The empty string.- See Also:
-
STRING_ARRAY
An empty array of Strings. -
MAP
Deprecated.this is a redeclaration of the Collections.EMPTY_MAP field and should be killed.An empty Map. (Collections.EMPTY_MAP is not available until JDK 1.4) -
LIST
Deprecated.this is a redeclaration of the Collections.EMPTY_LIST field and should be killed.An empty List.
-