Class Parameters


  • public class Parameters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameters()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addParameter​(java.lang.String key, java.lang.String value)
      Adds a key/value pair to this collection.
      java.util.Iterator<Parameter> getIterator()
      Returns a list of parameters.
      boolean isEmpty()
      Whether this collection is empty or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • addParameter

        public void addParameter​(java.lang.String key,
                                 java.lang.String value)
        Adds a key/value pair to this collection.
        Parameters:
        key - The key to add.
        value - The value of the key.
      • isEmpty

        public boolean isEmpty()
        Whether this collection is empty or not.
        Returns:
        True, if the collection has no non-null, non-empty keys.
      • getIterator

        public java.util.Iterator<Parameter> getIterator()
        Returns a list of parameters.
        Returns:
        A list of parameter objects AbstractParameterBuilder.Parameter