org.neo4j.kernel.impl.util
Class DirectArrayMap<V>

java.lang.Object
  extended by org.neo4j.kernel.impl.util.DirectArrayMap<V>

public class DirectArrayMap<V>
extends Object


Constructor Summary
DirectArrayMap(int maxSize)
           
 
Method Summary
 V get(int key)
           
 void put(int key, V value)
           
 void remove(int key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectArrayMap

public DirectArrayMap(int maxSize)
Method Detail

put

public void put(int key,
                V value)

remove

public void remove(int key)

get

public V get(int key)


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