com.github.basking2.sdsai.itrex.iterators.Iterators Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdsai-itrex Show documentation
Show all versions of sdsai-itrex Show documentation
An S-Expression inspiried library focused on iterators.
package com.github.basking2.sdsai.itrex.iterators;
import java.util.Arrays;
import java.util.Iterator;
import java.util.NoSuchElementException;
import java.util.List;
import java.util.ArrayList;
public class Iterators {
public static Iterator> EMPTY_ITERATOR = new Iterator
© 2015 - 2024 Weber Informatics LLC | Privacy Policy