![JAR search and dependency download from the Maven repository](/logo.png)
org.jhotdraw8.collection.enumerator.EmptyEnumerator Maven / Gradle / Ivy
/*
* @(#)EmptySpliterator.java
* Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
*/
package org.jhotdraw8.collection.enumerator;
import org.jspecify.annotations.Nullable;
import java.util.Spliterator;
/**
* An enumerator over an empty sequence.
*
* @param the element type
*/
public class EmptyEnumerator implements Enumerator {
private static final EmptyEnumerator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy