org.openrdf.query.algebra.evaluation.iterator
Class GroupIterator.Key

java.lang.Object
  extended by org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Key
Enclosing class:
GroupIterator

protected class GroupIterator.Key
extends Object

A unique key for a set of existing bindings.

Author:
David Huynh

Constructor Summary
GroupIterator.Key(BindingSet bindingSet)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupIterator.Key

public GroupIterator.Key(BindingSet bindingSet)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 2001-2009 Aduna. All Rights Reserved.