Searched defs:SigDelta (Results 1 – 1 of 1) sorted by relevance
29 public abstract class SigDelta<T> implements IDelta<T> { class33 public SigDelta(T from, T to) { in SigDelta() method in SigDelta