Class PropertyList

  • All Implemented Interfaces:
    Property, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Property>, java.util.Collection<Property>, java.util.List<Property>, java.util.RandomAccess

    public class PropertyList
    extends java.util.ArrayList<Property>
    implements Property
    A list of properties
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      void toString​(java.lang.StringBuffer buffer, java.lang.String indentation)
      Fills the given StringBuffer with a clear String-representation of all (possibly nested) property values of this Property object.
      • Methods inherited from class java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream, toArray
      • Methods inherited from interface java.util.List

        containsAll
    • Constructor Detail

      • PropertyList

        public PropertyList()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.AbstractCollection<Property>
      • toString

        public void toString​(java.lang.StringBuffer buffer,
                             java.lang.String indentation)
        Description copied from interface: Property
        Fills the given StringBuffer with a clear String-representation of all (possibly nested) property values of this Property object.

        For that, the given String indentation is used initially and each additional element is shifted by additional whitespaces.

        Specified by:
        toString in interface Property
        Parameters:
        buffer - buffer to append the property to
        indentation - String representing the current indentation.