Package hiiragi283.core.api.tag
Class HTTagPrefix.Builder
-
- All Implemented Interfaces:
-
hiiragi283.core.api.property.HTPropertyMap,hiiragi283.core.api.property.HTPropertyMap.Mutable
public final class HTTagPrefix.Builder implements HTPropertyMap.Mutable
- Since:
0.7.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTTagPrefix.Builder(String name)
-
Method Summary
Modifier and Type Method Description final HTTagPrefixbuild()-
Methods inherited from class hiiragi283.core.api.property.HTPropertyMap.Mutable
put, remove, set -
Methods inherited from class hiiragi283.core.api.property.HTPropertyMap
contains, get, isEmpty, isNotEmpty -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTTagPrefix.Builder
HTTagPrefix.Builder(String name)
-
-
Method Detail
-
build
final HTTagPrefix build()
-
-
-
-