Class SynchronizedSpliterator<T>

java.lang.Object
ghidra.util.database.SynchronizedSpliterator<T>
Type Parameters:
T - the type of elements
All Implemented Interfaces:
Spliterator<T>

public class SynchronizedSpliterator<T> extends Object implements Spliterator<T>
Wraps an unsynchronized spliterator in one that synchronizes on a given object's intrinsic lock, often the collection that provided the stream or spliterator.