com.hp.hpl.jena.util.iterator
Interface Map1


public interface Map1

Converts an Object to another Object.

Version:
Release='$Name: $' Revision='$Revision: 1.3 $' Date='$Date: 2003/08/27 13:07:54 $'
Author:
jjc

Method Summary
 java.lang.Object map1(java.lang.Object o)
          Convert an object.
 

Method Detail

map1

public java.lang.Object map1(java.lang.Object o)
Convert an object.

Parameters:
o - The thing to be converted.
Returns:
The converted thing.


Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.