Package com.enonic.xp.blob
Class BlobKeys
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<BlobKey>
-
- com.enonic.xp.blob.BlobKeys
-
@PublicApi 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(Collection<BlobKey> blobKeys)
-
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
-
-
-
-
Method Detail
-
empty
public static BlobKeys empty()
-
from
public static BlobKeys from(Collection<BlobKey> blobKeys)
-
create
public static BlobKeys.Builder create()
-
-