Package com.enonic.xp.blob
Class BlobKeys
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<BlobKey>
-
- com.enonic.xp.blob.BlobKeys
-
- All Implemented Interfaces:
java.lang.Iterable<BlobKey>
@Beta public class BlobKeys extends AbstractImmutableEntitySet<BlobKey>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlobKeys.Builder
-
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 BlobKeys.Builder
create()
static BlobKeys
empty()
static BlobKeys
from(BlobKey... blobKeys)
static BlobKeys
from(java.util.Collection<BlobKey> blobKeys)
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
-