mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 09:34:58 +00:00
More documentation.
This commit is contained in:
@@ -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> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user