public static interface VarString.Appendable
Appendable has a misleading name: it should properly be called "Appending",
as implementors of it can append things. Actually being "appendable" is what is defined by THIS interface.
One of countless design errors in the JDK.| Modifier and Type | Method and Description |
|---|---|
VarString |
appendTo(VarString vs)
Append a string of characters to the passed
VarString instance in whatever form deemed appropriate
by the implementor. |
Copyright © 2022 MicroStream Software. All rights reserved.