public final class EventGroupsFilterRules<T extends java.lang.Comparable<T>>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(@NotNull java.lang.String groupId,
@Nullable java.lang.String version,
@NotNull java.lang.String build) |
static <P extends java.lang.Comparable<P>> |
create(@NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors groups,
@NotNull EventLogBuildParser<P> buildProducer) |
static <P extends java.lang.Comparable<P>> |
create(@NotNull java.util.Map<java.lang.String,EventGroupFilterRules<P>> groups,
@NotNull EventLogBuildParser<P> buildProducer) |
static @NotNull EventGroupsFilterRules<EventLogBuild> |
empty() |
boolean |
equals(java.lang.Object o) |
int |
getSize() |
int |
hashCode() |
boolean |
isEmpty() |
@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)
@NotNull public static @NotNull EventGroupsFilterRules<EventLogBuild> empty()
public boolean accepts(@NotNull
@NotNull java.lang.String groupId,
@Nullable
@Nullable java.lang.String version,
@NotNull
@NotNull java.lang.String build)
public int getSize()
public boolean isEmpty()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@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)