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


public interface Map1

Converts an Object to another Object.

Version:
Release='$Name: $' Revision='$Revision: 1.1.1.1 $' Date='$Date: 2002/12/19 19:21:16 $'
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 © 2001-2003 Hewlett-Packard. All Rights Reserved.