@Beta public final class LayoutDescriptors extends AbstractImmutableEntityList<LayoutDescriptor>
list
Modifier and Type | Method and Description |
---|---|
static LayoutDescriptors |
empty() |
static LayoutDescriptors |
from(java.util.Collection<? extends LayoutDescriptor> descriptors) |
static LayoutDescriptors |
from(java.lang.Iterable<? extends LayoutDescriptor> descriptors) |
static LayoutDescriptors |
from(LayoutDescriptor... descriptors) |
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream, toString
public static LayoutDescriptors empty()
public static LayoutDescriptors from(LayoutDescriptor... descriptors)
public static LayoutDescriptors from(java.lang.Iterable<? extends LayoutDescriptor> descriptors)
public static LayoutDescriptors from(java.util.Collection<? extends LayoutDescriptor> descriptors)