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 void
add(T id)
boolean
exists(T id)
T
root(T id)
-