public class Tags extends Object implements Serializable
Tags(List<Tag> value)
<A,R> R
collect(Collector<Tag,A,R> collector)
List<Tag>
getValue()
int
size()
Stream<Tag>
stream()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Tags(List<Tag> value)
public Stream<Tag> stream()
public <A,R> R collect(Collector<Tag,A,R> collector)
public int size()
public List<Tag> getValue()
public String toString()
toString
Object
Copyright © 2017. All rights reserved.