Paper/src/main
Wesley Wolfe 5634d9f701 Add a WeakCollection utility class.
This class is designed to be an invisible layer between a normal collection,
and one that silently loses entries because they are only weakly referencable.
Some operations have additional overhead to be semantically correct, but it
maintains the equals contract for all entries, as opposed to identity.

It does not support the equals or hash code method as it cannot easily have
the transitive and commutative properties.
2013-04-04 01:05:47 -05:00
..
java Add a WeakCollection utility class. 2013-04-04 01:05:47 -05:00
resources/configurations [Bleeding] Implement periodic chunk garbage collector 2012-12-29 16:50:05 -06:00