All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterable Maven / Gradle / Ivy

package com.vladsch.flexmark.util.collection.iteration;

import org.jetbrains.annotations.NotNull;

public interface ReversiblePeekingIterable extends ReversibleIterable {
    @Override
    @NotNull ReversiblePeekingIterator iterator();
    @Override
    @NotNull ReversiblePeekingIterable reversed();
    @Override
    @NotNull ReversiblePeekingIterator reversedIterator();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy