Skip to content

Instantly share code, notes, and snippets.

@aartiPl
aartiPl / DefaultStatisticManager.java
Last active December 26, 2015 16:29
Small sample of my code... Please read README.txt file first (it is at the bottom of page).
/*******************************************************************************
* Copyright (c) 2013 by Marcin Kuszczak. All rights reserved.
******************************************************************************/
package net.igsoft.statistic;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicReference;
import net.igsoft.statistic.group.GroupDef;