Interface Container<E>
- Type Parameters:
E- The type of the elements being stored in theContainer.MutableContainer.
- All Superinterfaces:
Containable, Elements<E>, org.refcodes.mixin.EmptyAccessor
- All Known Subinterfaces:
Container.ClearableContainer<E>, Container.MutableContainer<E>
Basic functionality being provided by any
Container (collection)
style class.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceExtends theContainerwith mutable (writable) functionality, ehttps://www.metacodes.proly by enabling theIterator.remove()method in theIteratorprovided viaElements.iterator().Nested classes/interfaces inherited from interface Elements
Elements.ClearableElements<E>, Elements.MutableElements<E>Nested classes/interfaces inherited from interface org.refcodes.mixin.EmptyAccessor
org.refcodes.mixin.EmptyAccessor.EmptyBuilder<B>, org.refcodes.mixin.EmptyAccessor.EmptyMutator, org.refcodes.mixin.EmptyAccessor.EmptyProperty -
Method Summary
Methods inherited from interface Containable
sizeMethods inherited from interface org.refcodes.mixin.EmptyAccessor
isEmpty