com.hp.hpl.jena.graph.query
Interface IndexValues

All Known Implementing Classes:
Domain

public interface IndexValues

IndexValues: something that when supplied with a non-negative integer, returns a value.

Author:
kers

Method Summary
 java.lang.Object get(int index)
          Answer the value at index.
 

Method Detail

get

public java.lang.Object get(int index)
Answer the value at index.



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