- testEntry(String) - Method in class com.github.robtimus.obfuscation.support.MapBuilder
-
Tests that an entry can be added.
- testEntry(String, CaseSensitivity) - Method in class com.github.robtimus.obfuscation.support.MapBuilder
-
Tests that an entry can be added.
- then(Obfuscator) - Method in class com.github.robtimus.obfuscation.Obfuscator.Prefix
-
Returns an obfuscator that first uses the source of this object for the length of this prefix, then another obfuscator.
- toString() - Method in class com.github.robtimus.obfuscation.MapObfuscator
-
- toString() - Method in class com.github.robtimus.obfuscation.Obfuscated
-
- toString() - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator
-
- transform(Function<? super MapObfuscator.Builder<K, V>, ? extends R>) - Method in class com.github.robtimus.obfuscation.MapObfuscator.Builder
-
This method allows the application of a function to this builder.
- transform(Function<? super MapObfuscator.StringKeyedBuilder<V>, ? extends R>) - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
-
This method allows the application of a function to this builder.
- transform(Function<? super Obfuscator.PortionBuilder, ? extends R>) - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
-
This method allows the application of a function to this builder.
- transform(Function<? super PropertiesObfuscator.Builder, ? extends R>) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
-
This method allows the application of a function to this builder.
- transform(Function<? super MapBuilder<?>, ? extends R>) - Method in class com.github.robtimus.obfuscation.support.MapBuilder
-
This method allows the application of a function to this builder.