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.Boolean value of the property referred to by the key.Byte value of the property referred to by the key.Double value of the property referred to by the key.Float value of the property referred to by the key.Integer value of the property referred to by the key.Long value of the property referred to by the key.Short value of the property referred to by the key.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.Boolean value for the property referred to by the
key.Byte value for the property referred to by the key.Double value for the property referred to by the
key.Float value for the property referred to by the key.Integer value for the property referred to by the
key.Long value for the property referred to by the key.Short value for the property referred to by the key.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.Properties.MutableProperties.loadFrom(File).Properties.MutableProperties.loadFrom(String).Boolean value for the property referred to by the
key.Byte value for the property referred to by the key.Double value for the property referred to by the
key.Float value for the property referred to by the key.Integer value for the property referred to by the
key.Long value for the property referred to by the key.Short value for the property referred to by the key.Properties.saveTo(File).Properties.saveTo(String).Properties.saveTo(File, String).Properties.saveTo(String, String).Copyright © 2017. All rights reserved.