Uses of Interface
org.refcodes.struct.Elements.ClearableElements
-
Uses of Elements.ClearableElements in org.refcodes.struct
Subinterfaces of Elements.ClearableElements in org.refcodes.structModifier and TypeInterfaceDescriptionstatic interface
static interface
Extends theContainer
with mutable (writable) functionality, especially by enabling theIterator.remove()
method in theIterator
provided viaElements.iterator()
.static interface
Extends theElements
with mutable (writable) functionality, especially by enabling theIterator.remove()
method in theIterator
provided viaElements.MutableElements.iterator()
and by providing theElements.MutableElements.add(Object)
and theElements.MutableElements.remove(Object)
methods.