|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.query.Tuple
Represents a tuple of Values.
| Constructor Summary | |
Tuple()
Creates a new Tuple. |
|
| Method Summary | |
void |
add(Value value)
Adds the supplied Value to this Tuple. |
boolean |
equals(Object other)
Indicates whether some other object is equal to this one. |
int |
hashCode()
Returns hash code for this Tuple. |
Iterator |
iterator()
Returns iterator over this Tuple. |
String |
toString()
Returns String representation of this Tuple. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Tuple()
| Method Detail |
public void add(Value value)
value - Value to add.public Iterator iterator()
public boolean equals(Object other)
other - Object to compare this Tuple to.
public int hashCode()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||