Uses of Interface
org.refcodes.structure.Container
-
-
Uses of Container in org.refcodes.structure
Subinterfaces of Container in org.refcodes.structure Modifier and Type Interface Description static interfaceContainer.ClearableContainer<E>static interfaceContainer.MutableContainer<E>Extends theContainerwith mutable (writable) functionality, especially by enabling theIterator.remove()method in theIteratorprovided viaElements.iterator().
-