| Class | Description |
|---|---|
| HistorizedInput<T> |
class to handle the historized entries.
|
| HistorizedInputFactory |
Generic class to provide historized user input - perhaps for a text-field.
|
| Volatile<T> |
Same as an Expiring Reference. solution for getter methods doing a long time calculation to evaluate their value - but called more than once in a
short time. mostly, the value wont change between two user actions, so this class provides a mechanism to hold the
evaluated value for a very short time.
|
Copyright © 2012–2018. All rights reserved.