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

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

Method Detail

convert

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

Returns:
the new, converted object

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