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.Property.Map instances of interoperability reasons.Properties instances of interoperability reasons.Properties instances of interoperability
reasons.Collection.remove(Object).Map instance from this Properties
instance's elements (key/value-pairs) as of interoperability reasons.Properties instance from this
Properties instance's elements (key/value-pairs) as of
interoperability reasons.Collection view of the values related to the contained
keys.Copyright © 2017. All rights reserved.