org.neo4j.kernel.impl.util
Class DirectArrayMap<V>
java.lang.Object
org.neo4j.kernel.impl.util.DirectArrayMap<V>
public class DirectArrayMap<V>
- extends Object
|
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 |
DirectArrayMap
public DirectArrayMap(int maxSize)
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.