Package com.enonic.xp.support
Class AbstractImmutableEntitySet<T>
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<T>
-
- All Implemented Interfaces:
Iterable<T>
- Direct Known Subclasses:
AggregationQueries,Aggregations,AttachedBinaries,AuditLogIds,AuditLogs,AuditLogUris,BinaryAttachments,BinaryReferences,BlobKeys,Branches,Buckets,ClusterNodes,ContentIds,ContentPaths,Contents,ContentTypeNames,CreateAttachments,DeleteSnapshotsResult,DescriptorKeys,ExtraDatas,MacroDescriptors,NodeCommitEntries,NodeCommitIds,NodeIds,NodePaths,Nodes,NodeVersionIds,NodeVersionKeys,PrincipalKeys,PublishRequestItems,PushNodeEntries,Repositories,RepositoryIds,RoutableNodeVersionIds,SnapshotResults,SuggestionQueries,Suggestions
@PublicApi public abstract class AbstractImmutableEntitySet<T> extends Object implements Iterable<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected ImmutableSet<T>set
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractImmutableEntitySet(ImmutableSet<T> set)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(T o)booleanequals(Object o)Tfirst()Set<T>getSet()intgetSize()inthashCode()booleanisEmpty()booleanisNotEmpty()Iterator<T>iterator()Stream<T>stream()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
set
protected final ImmutableSet<T> set
-
-
Constructor Detail
-
AbstractImmutableEntitySet
protected AbstractImmutableEntitySet(ImmutableSet<T> set)
-
-