CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Class NullImplementation.NullConverter

java.lang.Object
  extended by com.tangosol.util.NullImplementation.NullConverter
All Implemented Interfaces:
Converter
Enclosing class:
NullImplementation

public static class NullImplementation.NullConverter
extends Object
implements Converter

A Converter that does nothing.

Author:
cp 2002.02.08

Field Summary
static NullImplementation.NullConverter INSTANCE
          Since the Converter contains no information, only one ever has to exist.
 
Method Summary
 Object convert(Object o)
          Convert the passed object to another object.
 

Field Detail

INSTANCE

public static final NullImplementation.NullConverter INSTANCE
Since the Converter contains no information, only one ever has to exist.

Method Detail

convert

public Object convert(Object o)
Convert the passed object to another object.

Specified by:
convert in interface Converter
Returns:
the new, converted object

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation