Uses of Interface
org.refcodes.struct.Elements
-
Uses of Elements in org.refcodes.struct
Subinterfaces of Elements in org.refcodes.structModifier and TypeInterfaceDescriptioninterface
Container<E>
Basic functionality being provided by anyContainer
(collection) style class.static interface
static interface
Extends theContainer
with mutable (writable) functionality, especially by enabling theIterator.remove()
method in theIterator
provided viaiterator()
.static interface
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.