Created
October 18, 2012 22:11
-
-
Save cscotta/3915077 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// all rollup state is held here | |
private /** | |
* this is an internal field. don't mess with it. | |
*/ | |
final /** | |
* it is also final and cannot be reassigned. | |
*/ | |
ConcurrentNavigableMap< /** | |
* the name of this class is ConcurrentNavigableMap | |
*/ | |
/** | |
* the Long key is the outbound monotone | |
*/ | |
Long, | |
/** | |
* aggregated state under this monotone | |
/* RollupOperation | |
> | |
/** | |
* name of this field | |
*/state; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lmao