Package com.enonic.xp.util
Class BinaryReferences
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<BinaryReference>
-
- com.enonic.xp.util.BinaryReferences
-
- All Implemented Interfaces:
java.lang.Iterable<BinaryReference>
@PublicApi public class BinaryReferences extends AbstractImmutableEntitySet<BinaryReference>
-
-
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 BinaryReferences
empty()
static BinaryReferences
from(BinaryReference... binaryReferences)
static BinaryReferences
from(java.lang.Iterable<BinaryReference> binaryReferences)
static BinaryReferences
from(java.lang.String... binaryReferences)
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
-
-
-
Method Detail
-
empty
public static BinaryReferences empty()
-
from
public static BinaryReferences from(java.lang.String... binaryReferences)
-
from
public static BinaryReferences from(BinaryReference... binaryReferences)
-
from
public static BinaryReferences from(java.lang.Iterable<BinaryReference> binaryReferences)
-
-