Schnittstelle StringMappable

Alle bekannten Unterschnittstellen:
IArrayList<E>, ICachingContainer<E>, IContainer<E>, ILinkedList<E>, IMatrix<E>, ISqlRecord
Alle bekannten Implementierungsklassen:
ArrayList, ArrayView, CachingContainer, Container, ContainerView, ContainerView, FilterContainerView, ImmutableList, IterableView, LinkedList, Matrix, MatrixColumn, MatrixRow, MultiContainerView, SqlRecord

public interface StringMappable
Version:
2024-11-14
Autor:
Silvan Wyss
  • Methodendetails

    • toConcatenatedString

      String toConcatenatedString()
      Gibt zurück:
      a concatenation of the String representations of the elements of the current IContainer.
    • toStringWithSeparator

      String toStringWithSeparator(char separator)
      Parameter:
      separator -
      Gibt zurück:
      a concatenation of the String representations of the elements of the current StringMappable with the given separator in between.
    • toStringWithSeparator

      String toStringWithSeparator(String separator)
      Parameter:
      separator -
      Gibt zurück:
      a concatenation of the String representations of the elements of the current StringMappable with the given separator in between.
      Löst aus:
      RuntimeException - if the given separator is null.