E - The type of the elements being stored in the
Elements.ClearableElements.public static interface Elements.ClearableElements<E> extends Elements<E>, Clearable
Elements interface with Clearable
functionality (as of Clearable.clear()). The case of having a plain
Elements without dedicated Elements.MutableElements.add(Object) or
Elements.MutableElements.remove(Object) methods but with a dedicated
Clearable.clear() method seems to be quite common, therefore this
interface has been provided.Elements.ClearableElements<E>, Elements.MutableElements<E>Copyright © 2017. All rights reserved.