org.exist.util.hashtable
Class Object2LongIdentityHashMap
java.lang.Object
org.exist.util.hashtable.AbstractHashtable
org.exist.util.hashtable.Object2LongHashMap
org.exist.util.hashtable.Object2LongIdentityHashMap
public class Object2LongIdentityHashMap
- extends Object2LongHashMap
A hashtable which maps object keys to long values.
Keys are compared by their object identity, i.e. two objects are equal
if object1 == object2.
- Author:
- Stephan Körnig, Wolfgang Meier (wolfgang@exist-db.org)
Object2LongIdentityHashMap
public Object2LongIdentityHashMap()
Object2LongIdentityHashMap
public Object2LongIdentityHashMap(int iSize)
get
public long get(Object key)
- Overrides:
get
in class Object2LongHashMap
containsKey
public boolean containsKey(Object key)
- Overrides:
containsKey
in class Object2LongHashMap
remove
public long remove(Object key)
- Overrides:
remove
in class Object2LongHashMap
Copyright (C) Wolfgang Meier. All rights reserved.