| Constructor and Description |
|---|
IndentImpl(CodeStyleSettings settings,
int indentLevel,
int spaceCount,
FileType fileType) |
| Modifier and Type | Method and Description |
|---|---|
Indent |
add(Indent indent) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isGreaterThan(Indent indent) |
boolean |
isZero() |
Indent |
max(Indent anotherIndent) |
Indent |
min(Indent anotherIndent) |
Indent |
subtract(Indent indent) |
public IndentImpl(CodeStyleSettings settings, int indentLevel, int spaceCount, FileType fileType)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isGreaterThan(Indent indent)
isGreaterThan in interface Indent