| Package | Description |
|---|---|
| org.rapidoid.cache.impl | |
| org.rapidoid.util |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleBucket<MapEntry<K,ConcurrentCacheAtom<K,V>>> |
SimpleCacheTable.createBucket(int bucketSize,
boolean unbounded) |
| Modifier and Type | Field and Description |
|---|---|
protected SimpleHashTable<MapEntry<K,V>> |
AbstractMapImpl.entries |
| Modifier and Type | Method and Description |
|---|---|
protected MapEntry<K,V> |
AbstractMapImpl.findEntry(K key) |
protected MapEntry<K,V> |
AbstractMapImpl.findEntry(K key,
SimpleBucket<MapEntry<K,V>> bucket) |
| Modifier and Type | Method and Description |
|---|---|
protected MapEntry<K,V> |
AbstractMapImpl.findEntry(K key,
SimpleBucket<MapEntry<K,V>> bucket) |
| Constructor and Description |
|---|
AbstractMapImpl(SimpleHashTable<MapEntry<K,V>> entries) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.