Uses of Interface
dev.sympho.modular_commands.utils.SmartIterator.Detachable
Packages that use SmartIterator.Detachable
Package
Description
Collection of classes that provide assorted utilies for ease of use.
-
Uses of SmartIterator.Detachable in dev.sympho.modular_commands.utils
Subinterfaces of SmartIterator.Detachable in dev.sympho.modular_commands.utilsModifier and TypeInterfaceDescriptionstatic interfaceIterator that splits elements lazily on demand during traversal.static interfaceAn iterator over the elements split by a splitter.Classes in dev.sympho.modular_commands.utils that implement SmartIterator.DetachableModifier and TypeClassDescriptionstatic classSmartIterator.ListIterator<E extends @NonNull Object>A smart iterator that iterates over a list.Methods in dev.sympho.modular_commands.utils that return SmartIterator.DetachableModifier and TypeMethodDescriptionstatic <E extends @NonNull Object>
SmartIterator.Detachable<E>SmartIterator.empty()Returns an empty iterator.static <E extends @NonNull Object>
SmartIterator.Detachable<E>Creates a smart iterator that iterates over the contents of the given list.SmartIterator.Detachable.toIterator()Returns an iterator that iterates over the remaining elements to be traversed by this iterator.SmartIterator.ListIterator.toIterator()