- java.lang.Object
-
- com.appslandia.common.utils.TagList
-
-
Constructor Summary
Constructors Constructor Description TagList()TagList(Collection<String> preTags)TagList(Collection<String> preTags, int maxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(String tag)booleanisPreTag(String tag)Iterator<String>iterator()booleanremove(String tag)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
TagList
public TagList()
-
TagList
public TagList(Collection<String> preTags)
-
TagList
public TagList(Collection<String> preTags, int maxSize)
-
-