Package ghidra.util

Class LazyCollection<T>

java.lang.Object
ghidra.util.LazyCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class LazyCollection<T> extends Object implements Collection<T>