Package one.microstream.chars
Class StringSubstituter
java.lang.Object
one.microstream.chars.StringSubstituter
- All Implemented Interfaces:
 StringStamper
public final class StringSubstituter extends Object implements StringStamper
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.chars.StringStamper
StringStamper.Default - 
Method Summary
Modifier and Type Method Description voidclear()booleancontains(String item)StringSubstituteriterate(Consumer<? super String> procedure)static StringSubstituterNew()Stringremove(String item)StringstampString(char[] chars, int offset, int length)Stringsubstitute(char[] chars, int offset, int length)Stringsubstitute(String item) 
- 
Method Details
- 
New
 - 
substitute
 - 
substitute
 - 
clear
public final void clear() - 
iterate
 - 
contains
 - 
remove
 - 
stampString
- Specified by:
 stampStringin interfaceStringStamper
 
 -