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
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungtoStringWithSeparator
(char separator) toStringWithSeparator
(String separator)
-
Methodendetails
-
toConcatenatedString
String toConcatenatedString()- Gibt zurück:
- a concatenation of the
String
representations of the elements of the currentIContainer
.
-
toStringWithSeparator
- Parameter:
separator
-- Gibt zurück:
- a concatenation of the
String
representations of the elements of the currentStringMappable
with the given separator in between.
-
toStringWithSeparator
- Parameter:
separator
-- Gibt zurück:
- a concatenation of the
String
representations of the elements of the currentStringMappable
with the given separator in between. - Löst aus:
RuntimeException
- if the given separator is null.
-