com.phoenixst.collections

Interface InvertibleTransformer

public interface InvertibleTransformer extends Transformer

An invertible Transformer.

No equivalent interface exists in Jakarta Commons-Collections 3.0.

Since: 1.0

Version: $Revision: 1.7 $

Author: Ray A. Conner

Method Summary
Objectuntransform(Object object)
Performs the inverse operation of org.apache.commons.collections.Transformer#transform transform( Object ) upon the specified object.

Method Detail

untransform

public Object untransform(Object object)
Performs the inverse operation of org.apache.commons.collections.Transformer#transform transform( Object ) upon the specified object.
See the Plexus project home, hosted by SourceForge.
Copyright B) 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.