Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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 java.lang.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
 java.lang.Object convert(java.lang.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 java.lang.Object convert(java.lang.Object o)
Convert the passed object to another object.
Specified by:
convert in interface Converter
Returns:
the new, converted object

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.