public abstract static class ALspStyle.Builder<B extends ALspStyle.Builder<B>>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract B |
all(ALspStyle aStyle)
Sets all parameters on the builder based on the given style.
|
abstract ALspStyle |
build()
Builds the style with the set parameters.
|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode() |
public abstract B all(ALspStyle aStyle)
aStyle
- the style to copythis
public abstract ALspStyle build()
public boolean equals(java.lang.Object obj)
Two Builder
instances are considered equal when the styles created
by the Builder
instances are equal.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object