public class TagsEntity extends BaseEntity implements Iterable<TagEntity>
| Constructor and Description |
|---|
TagsEntity(List<TagEntity> tags) |
TagsEntity(String... tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(java.util.function.Consumer<? super TagEntity> action) |
Iterator<TagEntity> |
iterator() |
Spliterator<TagEntity> |
spliterator() |
public TagsEntity(String... tags)
public void forEach(java.util.function.Consumer<? super TagEntity> action)
public Spliterator<TagEntity> spliterator()
spliterator in interface Iterable<TagEntity>Copyright © 2016. All rights reserved.