Package com.enonic.xp.branch
Class Branches
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<Branch>
-
- com.enonic.xp.branch.Branches
-
@PublicApi public final class Branches extends AbstractImmutableEntitySet<Branch>
-
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
set
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Branches
empty()
static Branches
from(Branch... branches)
static Branches
from(Iterable<Branch> branches)
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-