#include <coherence/util/NullImplementation.hpp>
For each class implemented, a factory method will exist following the naming convention "get" plus the class or interface name.
Static Public Member Functions |
|
|
static ObjectArray::Handle |
getArray () |
| Returns an instance of the empty ObjectArray. |
|
| static Iterator::Handle | getIterator () |
| Returns an instance of the NullIterator. |
|
| static Muterator::Handle | getMuterator () |
| Returns an instance of the NullMuterator. |
|
| static Set::Handle | getSet () |
| Returns an instance of the NullSet. |
|
| static Collection::Handle | getCollection () |
| Returns an instance of the NullCollection. |
|
| static Map::Handle | getMap () |
| Returns an instance of the NullMap. |
|
|
static ObservableMap::Handle |
getObservableMap () |
| Returns an instance of the NullObservableMap. |
|
|
static ValueExtractor::Handle |
getValueExtractor () |
| Returns an instance of the NullValueExtractor. |
|