Collection.add(Object).Containable is the base functionality provided container
(collection).Container (collection)
style class.Container with mutable (writable) functionality,
especially by enabling the Iterator.remove() method in the
Iterator provided via Elements.iterator().Elements
(collection).Dictionary (map) style
class.Dictionary with mutable (writable) functionality,
especially by providing #add(Object) and #remove(Object)
methods.Relation property returning
the builder for applying multiple build operations.Elements (collection) style
class.Elements with mutable (writable) functionality,
especially by enabling the Iterator.remove() method in the
Iterator provided via Elements.MutableElements.iterator() and by providing the
Elements.MutableElements.add(Object) and the Elements.MutableElements.remove(Object) methods.Iterator instance of all the data elements contained
in the Elements (collection).
-------------------------------------------------------------------------
ATTENTION: The Iterator.remove() method may be disabled in the
returned Iterator instance as the Elements is supposed to
be read-only.Iterator instance of all the data elements
contained in the container (collection).
---------------------------------------------------------------------
ATTENTION: The Iterator.remove() method is enabled in the
returned Iterator instance as the Elements.MutableElements is
possibly readable and writable.Keys interface.Properties are a specialization of the Dictionary.PropertyImpl with the given values.PropertyImpl with the given values.PropertyImpl with the given values.Collection.remove(Object).Collection view of the values related to the contained
keys.Copyright © 2016. All rights reserved.