Package cn.sliew.milky.common.constant
Interface TagSet
-
- All Known Implementing Classes:
DefaultTagSet
public interface TagSettodo Tag
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasTag(Tag tag)voidtag(Tag tag)Collection<Tag>tags()
-
-
-
Method Detail
-
tags
Collection<Tag> tags()
-
tag
void tag(Tag tag)
-
hasTag
boolean hasTag(Tag tag)
-
-