forked from blitz-research/monkey
-
Notifications
You must be signed in to change notification settings - Fork 1
Class monkey.stack.StringStack
Leonard Thieu edited this page Aug 23, 2019
·
2 revisions
A StringStack is a convenience class for dealing with stacks of strings.
Stack<String>
New ()
A StringStack is a convenience class for dealing with stacks of strings.
A StringStack may also be used to efficiently concatenate a large number of strings. Simply use Push to add each string to the stack, and Join to concatenate the strings together.
Creates a new empty StringStack.
Implements the Compare method, which allows StringStacks to be sorted using the Sort method.
Concatenates the elements of the stack and joins them together with separator.
- Home
- Tutorials
- Samples
- API Reference
- Programming
- Target SDKs
- Tools
- Links
- Credits