Class EventGroupsFilterRules<T extends Comparable<T>>
java.lang.Object
com.intellij.internal.statistic.eventLog.connection.metadata.EventGroupsFilterRules<T>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic <P extends Comparable<P>>
@NotNull EventGroupsFilterRules<P>create(@NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors groups, @NotNull EventLogBuildParser<P> buildProducer) static <P extends Comparable<P>>
@NotNull EventGroupsFilterRules<P>create(@NotNull Map<String, EventGroupFilterRules<P>> groups, @NotNull EventLogBuildParser<P> buildProducer) static @NotNull EventGroupsFilterRules<EventLogBuild>empty()booleanintgetSize()inthashCode()booleanisEmpty()
-
Method Details
-
create
@NotNull public static <P extends Comparable<P>> @NotNull EventGroupsFilterRules<P> create(@NotNull @NotNull Map<String, EventGroupFilterRules<P>> groups, @NotNull @NotNull EventLogBuildParser<P> buildProducer) -
empty
-
accepts
-
getSize
public int getSize() -
isEmpty
public boolean isEmpty() -
equals
-
hashCode
public int hashCode() -
create
@NotNull public static <P extends Comparable<P>> @NotNull EventGroupsFilterRules<P> create(@NotNull @NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors groups, @NotNull @NotNull EventLogBuildParser<P> buildProducer)
-