Class EventGroupsFilterRules<T extends java.lang.Comparable<T>>
- java.lang.Object
-
- com.intellij.internal.statistic.eventLog.connection.metadata.EventGroupsFilterRules<T>
-
public final class EventGroupsFilterRules<T extends java.lang.Comparable<T>> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(@NotNull java.lang.String groupId, @Nullable java.lang.String version, @NotNull java.lang.String build)static <P extends java.lang.Comparable<P>>
@NotNull EventGroupsFilterRules<P>create(@NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors groups, @NotNull EventLogBuildParser<P> buildProducer)static <P extends java.lang.Comparable<P>>
@NotNull EventGroupsFilterRules<P>create(@NotNull java.util.Map<java.lang.String,EventGroupFilterRules<P>> groups, @NotNull EventLogBuildParser<P> buildProducer)static @NotNull EventGroupsFilterRules<EventLogBuild>empty()booleanequals(java.lang.Object o)intgetSize()inthashCode()booleanisEmpty()
-
-
-
Method Detail
-
create
@NotNull public static <P extends java.lang.Comparable<P>> @NotNull EventGroupsFilterRules<P> create(@NotNull @NotNull java.util.Map<java.lang.String,EventGroupFilterRules<P>> groups, @NotNull @NotNull EventLogBuildParser<P> buildProducer)
-
empty
@NotNull public static @NotNull EventGroupsFilterRules<EventLogBuild> empty()
-
accepts
public boolean accepts(@NotNull @NotNull java.lang.String groupId, @Nullable @Nullable java.lang.String version, @NotNull @NotNull java.lang.String build)
-
getSize
public int getSize()
-
isEmpty
public boolean isEmpty()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
create
@NotNull public static <P extends java.lang.Comparable<P>> @NotNull EventGroupsFilterRules<P> create(@NotNull @NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors groups, @NotNull @NotNull EventLogBuildParser<P> buildProducer)
-
-