Documentation of 'visad.util.SaveStringTokenizer' Java class
SaveStringTokenizer
visad.util

Class SaveStringTokenizer



  • public class SaveStringTokenizer
    extends java.lang.Object
    Parses a save string containing a series of lines of the form:
    keyword = value
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String[] keywords
      List of keywords found in the save string.
      java.lang.String[] values
      List of values corresponding to the keywords in the save string.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SaveStringTokenizer(java.lang.String save)
      Constructs a new save string tokenizer from the given save string.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • keywords

        public java.lang.String[] keywords
        List of keywords found in the save string.
      • values

        public java.lang.String[] values
        List of values corresponding to the keywords in the save string.
    • Constructor Detail

      • SaveStringTokenizer

        public SaveStringTokenizer(java.lang.String save)
        Constructs a new save string tokenizer from the given save string.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.