| Package | Description |
|---|---|
| com.github.robtimus.obfuscation.support |
Contains classes that can help with creating obfuscators.
|
| Modifier and Type | Method and Description |
|---|---|
MapBuilder<V> |
MapBuilder.caseInsensitiveByDefault()
Sets the default case sensitivity for new entries to
CaseSensitivity.CASE_INSENSITIVE. |
MapBuilder<V> |
MapBuilder.caseSensitiveByDefault()
Sets the default case sensitivity for new entries to
CaseSensitivity.CASE_SENSITIVE. |
MapBuilder<V> |
MapBuilder.testEntry(String key)
Tests that an entry can be added.
|
MapBuilder<V> |
MapBuilder.testEntry(String key,
CaseSensitivity caseSensitivity)
Tests that an entry can be added.
|
MapBuilder<V> |
MapBuilder.withEntry(String key,
V value)
Adds an entry.
|
MapBuilder<V> |
MapBuilder.withEntry(String key,
V value,
CaseSensitivity caseSensitivity)
Adds an entry.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
MapBuilder.transform(Function<? super MapBuilder<?>,? extends R> f)
This method allows the application of a function to this builder.
|
Copyright © 2020–2023. All rights reserved.