Package com.enonic.xp.branch
Class Branches
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<Branch>
-
- com.enonic.xp.branch.Branches
-
- All Implemented Interfaces:
java.lang.Iterable<Branch>
@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(java.lang.Iterable<Branch> branches)
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
-