org.neo4j.kernel.impl.core
Class PropertyIndex

java.lang.Object
  extended by org.neo4j.kernel.impl.core.PropertyIndex

public class PropertyIndex
extends Object


Constructor Summary
protected PropertyIndex(String key, int keyId)
           
 
Method Summary
 boolean equals(Object o)
           
 String getKey()
           
 int getKeyId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIndex

protected PropertyIndex(String key,
                        int keyId)
Method Detail

getKey

public String getKey()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getKeyId

public int getKeyId()

equals

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


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.