Interface Container<E>
- Type Parameters:
E- The type of the elements being stored in theContainer.MutableContainer.
- All Superinterfaces:
Containable, Elements<E>, 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 EmptyAccessor
EmptyAccessor.EmptyBuilder<B>, EmptyAccessor.EmptyMutator, EmptyAccessor.EmptyProperty -
Method Summary
Methods inherited from interface Containable
sizeMethods inherited from interface EmptyAccessor
isEmpty