Package io.aether.utils
Class WeakCollection<T>
- java.lang.Object
-
- io.aether.utils.WeakCollection<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
public class WeakCollection<T> extends java.lang.Object implements java.lang.Iterable<T>
-
-
Constructor Summary
Constructors Constructor Description WeakCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectadd(T entry)voidforEach(java.util.function.Consumer<? super T> action)booleanisEmpty()@NotNull java.util.Iterator<T>iterator()voidremove(java.lang.Object key)intsize()
-