A bucket implementation. I would normally extend HashSet instead of delegating to one, but I don't have any control over that implementation, and I must trap all modifying operations. It's just easier to inherit addAll, removeAll, and retainAll.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.