org.jhotdraw8.collection.enumerator.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jhotdraw8.collection Show documentation
Show all versions of org.jhotdraw8.collection Show documentation
JHotDraw8 Utility classes for Collections
The newest version!
/*
* @(#)package-info.java
* Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
*/
/**
* Provides C#-like {@code Enumerator}s.
* They are easier to code and are slightly faster than
* {@link java.util.Iterator}s.
*/
package org.jhotdraw8.collection.enumerator;