public class Format
extends java.lang.Object
| Constructor and Description |
|---|
Format(java.util.Map<FormatKey,java.lang.Object> properties) |
Format(java.lang.Object... p) |
| Modifier and Type | Method and Description |
|---|---|
Format |
append(Format that) |
Format |
append(java.lang.Object... p) |
boolean |
containsKey(FormatKey key) |
Format |
containsKeys(FormatKey... keys) |
<T> T |
get(FormatKey<T> key) |
<T> T |
get(FormatKey<T> key,
T defaultValue) |
java.util.Set<FormatKey> |
getKeys() |
java.util.Map<FormatKey,java.lang.Object> |
getProperties() |
Format |
intersectKeys(FormatKey... keys) |
boolean |
matches(Format that) |
boolean |
matchesWithout(Format that,
FormatKey... without) |
Format |
prepend(Format that) |
Format |
prepend(java.lang.Object... p) |
Format |
removeKeys(FormatKey... keys) |
java.lang.String |
toString() |
public Format(java.util.Map<FormatKey,java.lang.Object> properties)
public Format(java.lang.Object... p)
public <T> T get(FormatKey<T> key)
public <T> T get(FormatKey<T> key, T defaultValue)
public boolean containsKey(FormatKey key)
public java.util.Map<FormatKey,java.lang.Object> getProperties()
public java.util.Set<FormatKey> getKeys()
public boolean matches(Format that)
public Format append(java.lang.Object... p)
public Format prepend(java.lang.Object... p)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2022. All Rights Reserved.