Uses of Interface
org.refcodes.struct.Elements
-
-
Uses of Elements in org.refcodes.struct
Subinterfaces of Elements in org.refcodes.struct Modifier and Type Interface Description interfaceContainer<E>Basic functionality being provided by anyContainer(collection) style class.static interfaceContainer.ClearableContainer<E>static interfaceContainer.MutableContainer<E>Extends theContainerwith mutable (writable) functionality, especially by enabling theIterator.remove()method in theIteratorprovided viaiterator().static interfaceElements.ClearableElements<E>static interfaceElements.MutableElements<E>Extends theElementswith mutable (writable) functionality, especially by enabling theIterator.remove()method in theIteratorprovided viaElements.MutableElements.iterator()and by providing theElements.MutableElements.add(Object)and theElements.MutableElements.remove(Object)methods.
-