| Package | Description |
|---|---|
| org.rapidoid.cache.impl | |
| org.rapidoid.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheBucket<T> |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleBucket<MapEntry<K,ConcurrentCacheAtom<K,V>>> |
SimpleCacheTable.createBucket(int bucketSize,
boolean unbounded) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleList<T> |
| Modifier and Type | Field and Description |
|---|---|
SimpleBucket<T>[] |
SimpleHashTable.buckets |
| Modifier and Type | Method and Description |
|---|---|
SimpleBucket<T> |
SimpleHashTable.bucket(long key) |
protected SimpleBucket<T> |
SimpleHashTable.createBucket(int bucketSize,
boolean unbounded) |
SimpleBucket<T> |
SimpleHashTable.getBucketAt(int index) |
| Modifier and Type | Method and Description |
|---|---|
protected MapEntry<K,V> |
AbstractMapImpl.findEntry(K key,
SimpleBucket<MapEntry<K,V>> bucket) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.