java.lang.Object
net.anwiba.commons.lang.parameter.Parameters
- All Implemented Interfaces:
Serializable,IParameters
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionadapt(int index, IParameter parameter) static ParametersBuilderbuilder()static ParametersBuilderbuilder(IParameters parameters) booleanstatic Parametersempty()booleanvoidforEach(Consumer<IParameter> consumer) getNames()intgetParameter(int index) getParameter(String name) inthashCode()booleanisEmpty()static Parametersof(List<IParameter> parameters) static Parametersof(IParameter... parameters) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.lang.parameter.IParameters
contains, stream
-
Method Details
-
empty
-
of
-
of
-
getNumberOfParameter
public int getNumberOfParameter()- Specified by:
getNumberOfParameterin interfaceIParameters
-
getParameter
- Specified by:
getParameterin interfaceIParameters
-
adapt
- Specified by:
adaptin interfaceIParameters
-
parameters
- Specified by:
parametersin interfaceIParameters
-
toLowerCase
- Specified by:
toLowerCasein interfaceIParameters
-
getNames
- Specified by:
getNamesin interfaceIParameters
-
getValue
- Specified by:
getValuein interfaceIParameters- Throws:
RuntimeException
-
contains
- Specified by:
containsin interfaceIParameters
-
forEach
- Specified by:
forEachin interfaceIParameters
-
hashCode
public int hashCode() -
equals
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceIParameters
-
getParameter
- Specified by:
getParameterin interfaceIParameters
-
toSortedByName
- Specified by:
toSortedByNamein interfaceIParameters
-
builder
-
builder
-