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