com.phoenixst.collections
Interface InvertibleTransformer
- All Superinterfaces:
- org.apache.commons.collections.Transformer
- All Known Implementing Classes:
- IntegerOffsetTransformer
public interface InvertibleTransformer
- extends org.apache.commons.collections.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 |
Object |
untransform(Object object)
Performs the inverse operation of transform( Object ) upon the specified object. |
Methods inherited from interface org.apache.commons.collections.Transformer |
transform |
untransform
Object untransform(Object object)
- Performs the inverse operation of
transform( Object )
upon the specified object.
See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.