Package org.eclipse.mat.util
Class SimpleStringTokenizer
java.lang.Object
org.eclipse.mat.util.SimpleStringTokenizer
A simple way of splitting up a String.
-
Constructor Summary
ConstructorDescriptionSimpleStringTokenizer
(String subject, char delim) Gets the different part of a string which are separated by the delimiter. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SimpleStringTokenizer
Gets the different part of a string which are separated by the delimiter.- Parameters:
subject
- the stringdelim
- the character to split at
-
-
Method Details