Schnittstelle StringMappable
- Alle bekannten Unterschnittstellen:
IArrayList<E>, IContainer<E>, ILinkedList<E>, IMatrix<E>, ISqlRecord
- Alle bekannten Implementierungsklassen:
AbstractContainer, AbstractExtendedContainer, ArrayContainerView, ArrayList, ContainerView, FilterContainerView, ImmutableList, IntervallContainerView, IterableContainerView, LinkedList, MappingContainerView, Matrix, MatrixColumn, MatrixRow, MultiContainerView, SingleContainer, SqlRecord
public interface StringMappable
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungtoStringWithSeparator(char separator) toStringWithSeparator(String separator)
-
Methodendetails
-
toConcatenatedString
String toConcatenatedString()- Gibt zurück:
- a concatenation of the
Stringrepresentations of the elements of the currentStringMappable.
-
toStringWithSeparator
- Parameter:
separator-- Gibt zurück:
- a concatenation of the
Stringrepresentations of the elements of the currentStringMappablewith the given separator in between.
-
toStringWithSeparator
- Parameter:
separator-- Gibt zurück:
- a concatenation of the
Stringrepresentations of the elements of the currentStringMappablewith the given separator in between. - Löst aus:
RuntimeException- if the given separator is null.
-