-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.CaseFormat,icu.windea.breezeframework.core.component.Component
public abstract class AbstractCaseFormat implements CaseFormat
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcomponentIdprivate final Map<String, Object>componentParams
-
Constructor Summary
Constructors Constructor Description AbstractCaseFormat()
-
Method Summary
Modifier and Type Method Description StringgetComponentId()Map<String, Object>getComponentParams()Booleanequals(Object other)IntegerhashCode()StringtoString()-
Methods inherited from class icu.windea.breezeframework.core.component.AbstractCaseFormat
componentCopy, joinToString, joinToString, joinToString, matches, split, splitToSequence -
Methods inherited from class icu.windea.breezeframework.core.component.CaseFormat
componentEquals, componentHashcode, componentToString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-