Schnittstelle StringMappable
- Alle bekannten Unterschnittstellen:
IArrayList<E>,ICachingContainer<E>,IContainer<E>,ILinkedList<E>,IMatrix<E>,ISqlRecord
- Alle bekannten Implementierungsklassen:
AbstractContainer,AbstractExtendedContainer,ArrayContainerView,ArrayList,CachingContainer,ContainerView,FilterContainerView,ImmutableList,IntervallContainerView,IterableContainerView,LinkedList,MappingContainerView,Matrix,MatrixColumn,MatrixRow,MultiContainerView,SqlRecord
public interface StringMappable
- Version:
- 2024-11-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer 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.
-