More documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 19:27:14 +02:00
parent 7e5c89989f
commit 151609a8f5
697 changed files with 1121 additions and 1520 deletions
@@ -27,7 +27,7 @@ import java.util.Set;
* Identity hash set which maintains insertion order.
*
* @author JPEXS
* @param <E>
* @param <E> Type of elements
*/
public class LinkedIdentityHashSet<E> implements Set<E> {