| Package | Description |
|---|---|
| ch.bind.philib.cache | |
| ch.bind.philib.lang |
Provides classes with helper-methods for language and therefore data related tasks.
|
| Constructor and Description |
|---|
LineCache(Cloner<V> valueCloner) |
LineCache(int capacity,
int order,
Cloner<V> valueCloner) |
LruCache(Cloner<V> valueCloner) |
LruCache(int capacity,
Cloner<V> valueCloner) |
StagedLruCache(Cloner<V> valueCloner) |
StagedLruCache(int capacity,
Cloner<V> valueCloner,
double oldGenRatio,
int oldGenAfterHits) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClonerNoop<T>
|
| Modifier and Type | Field and Description |
|---|---|
static Cloner<?> |
ClonerNoop.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static <T> Cloner<T> |
ClonerNoop.get() |
static <T> Cloner<T> |
ClonerNoop.getIfNull(Cloner<T> cloner) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Cloner<T> |
ClonerNoop.getIfNull(Cloner<T> cloner) |
Copyright © 2015. All Rights Reserved.