Class QuickUnion<T>
- java.lang.Object
-
- org.apache.kafka.streams.processor.internals.QuickUnion<T>
-
public class QuickUnion<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QuickUnion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(T id)booleanexists(T id)Troot(T id)
-