public class InternalHashMap<K,V> extends Object
| Constructor and Description |
|---|
InternalHashMap(ReentrantLock[] stripeLocks,
int initialCapacity,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
V |
get(K key) |
boolean |
isEmpty() |
org.smallmind.quorum.cache.indigenous.InternalHashMap.KeyIterator |
keyIterator() |
V |
put(K key,
V value) |
V |
putEntry(K key,
V value,
boolean onlyIfAbsent) |
V |
putIfAbsent(K key,
V value) |
V |
remove(K key) |
int |
size() |
public InternalHashMap(ReentrantLock[] stripeLocks, int initialCapacity, float loadFactor) throws CacheException
CacheExceptionpublic int size()
public boolean isEmpty()
public boolean containsKey(K key)
public void clear()
public org.smallmind.quorum.cache.indigenous.InternalHashMap.KeyIterator keyIterator()
Copyright © 2013. All Rights Reserved.