Robert

23%
Flag icon
// Reusable forwarding class public class ForwardingSet<E> implements Set<E>
Robert
Should be abstract? Instantiating this directly has no value, so may as well prevent that. It would also prevent the confusion of potential consumers about what this class does.
Effective Java
Rate this book
Clear rating
Open Preview