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
 Object get(int index)
          Answer the value at index.
 

Method Detail

get

Object get(int index)
Answer the value at index.



Licenced under the Apache License, Version 2.0