Class EnumerationIterable<T>
java.lang.Object
io.quarkus.resteasy.reactive.server.servlet.runtime.EnumerationIterable<T>
- Type Parameters:
T-
Single shot wrapper for an enum that allows it to be used in for-each loops
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove