Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.util
Interface Converter

All Known Implementing Classes:
NullImplementation.NullConverter, SimpleOverflowMap.FrontFilterConverter

public interface Converter

Provide for "pluggable" object conversions.

Version:
1.00 04/25/00
Author:
Pat McNerthney

Method Summary
 java.lang.Object convert(java.lang.Object o)
          Convert the passed object to another object.

 

Method Detail

convert

java.lang.Object convert(java.lang.Object o)
Convert the passed object to another object.
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.