Uses of Enum Class
net.thevpc.common.iterators.IteratorErrorHandlerType
-
Uses of IteratorErrorHandlerType in net.thevpc.common.iterators
Subclasses with type arguments of type IteratorErrorHandlerType in net.thevpc.common.iteratorsMethods in net.thevpc.common.iterators that return IteratorErrorHandlerTypeModifier and TypeMethodDescriptionstatic IteratorErrorHandlerTypeReturns the enum constant of this class with the specified name.static IteratorErrorHandlerType[]IteratorErrorHandlerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.iterators with parameters of type IteratorErrorHandlerTypeModifier and TypeMethodDescriptionIteratorBuilder.safe(IteratorErrorHandlerType type) static <T> Iterator<T> IteratorUtils.safe(IteratorErrorHandlerType type, Iterator<T> t) Constructors in net.thevpc.common.iterators with parameters of type IteratorErrorHandlerTypeModifierConstructorDescriptionErrorHandlerIterator(IteratorErrorHandlerType type, Iterator<T> other)