public class EmptyParameters implements Parameters
Parameters.Companion
Modifier and Type | Field and Description |
---|---|
static EmptyParameters |
INSTANCE
Deprecated.
|
Companion
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry> |
entries()
Deprecated.
|
boolean |
equals(java.lang.Object other)
Deprecated.
|
java.util.List<java.lang.String> |
getAll(java.lang.String name)
Deprecated.
|
boolean |
getCaseInsensitiveName()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
java.util.Set<java.lang.String> |
names()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public static EmptyParameters INSTANCE
public boolean getCaseInsensitiveName()
public java.util.List<java.lang.String> getAll(java.lang.String name)
public java.util.Set<java.lang.String> names()
public java.util.Set<java.util.Map.Entry> entries()
public boolean isEmpty()
public java.lang.String toString()
public boolean equals(java.lang.Object other)