public long GetValue(Object key) { IPNCounter counter = ORMap[(K)key]; if (counter != null) { return(counter.GetValue()); } else { return(0); } }
public override long GetCrdtValue(IPNCounter pnCounter) { return(pnCounter.GetValue()); }