Package de.xima.fc.common.graphdot
Class StyleList<S extends IStyle>
- java.lang.Object
-
- de.xima.fc.common.graphdot.StyleList<S>
-
- Type Parameters:
S
- Type of the styles.
- All Implemented Interfaces:
Serializable
,CharSequence
public final class StyleList<S extends IStyle> extends Object
A list of doubles.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description default char
charAt(int index)
default IntStream
chars()
default IntStream
codePoints()
boolean
equals(Object obj)
List<S>
getStyles()
int
hashCode()
default int
length()
default CharSequence
subSequence(int start, int end)
String
toString()
-
-
-
Method Detail
-
toString
public String toString()
- Specified by:
toString
in interfaceCharSequence
-
charAt
public default char charAt(int index)
- Specified by:
charAt
in interfaceCharSequence
-
chars
public default IntStream chars()
- Specified by:
chars
in interfaceCharSequence
-
codePoints
public default IntStream codePoints()
- Specified by:
codePoints
in interfaceCharSequence
-
length
public default int length()
- Specified by:
length
in interfaceCharSequence
-
subSequence
public default CharSequence subSequence(int start, int end)
- Specified by:
subSequence
in interfaceCharSequence
-
-