public class Counter extends Object
This is a very simple counter class that is provided to all scripts and can be used to track the count of event properties when iterating over multiple events.
Counter()
void
count(String value)
Double
get(String value)
getTotal()
reset()
set(String value, Double count)
sum(Collection<String> keys)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Counter()
public void reset()
public void count(String value)
public Double get(String value)
public void set(String value, Double count)
public Double getTotal()
public Double sum(Collection<String> keys)
Copyright © 2014 jwall.org. All Rights Reserved.