Class TDSet


public final class TDSet extends SavotSet<SavotTD>

Set of TD elements

Author:
Andre Schaaff
See Also:
  • Constructor Details

    • TDSet

      public TDSet()
      Constructor
  • Method Details

    • getContent

      public String getContent(int TDIndex)
      Get the content at the TDIndex position of the TDSet
      Parameters:
      TDIndex -
      Returns:
      String
    • getRawContent

      public String getRawContent(int TDIndex)
      Get the raw content at the TDIndex position of the TDSet (maybe null)
      Parameters:
      TDIndex -
      Returns:
      a String or null