Package io.trino.plugin.base.classloader
Class ClassLoaderSafeIterator<T>
- java.lang.Object
-
- com.google.common.collect.UnmodifiableIterator<T>
-
- com.google.common.collect.AbstractIterator<T>
-
- io.trino.plugin.base.classloader.ClassLoaderSafeIterator<T>
-
- All Implemented Interfaces:
Iterator<T>
public final class ClassLoaderSafeIterator<T> extends com.google.common.collect.AbstractIterator<T>
-
-
Constructor Summary
Constructors Constructor Description ClassLoaderSafeIterator(Iterator<T> delegate, ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TcomputeNext()-
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
ClassLoaderSafeIterator
public ClassLoaderSafeIterator(Iterator<T> delegate, ClassLoader classLoader)
-
-