Package etithespirit.orimod.util.collection
package etithespirit.orimod.util.collection
-
ClassesClassDescriptionA modified variation of a weak reference that somewhat violates its contract by allowing two things:
Allowing this reference to be compared to another withEquatableWeakReference.equals(java.lang.Object)
Allowing this reference to form a strong reference to its stored object (for its use inWeakList
)A provider of two, distinctList
instances, one for each side of the game.WeakList<E>