Class EventGroupFilterRules<T extends java.lang.Comparable<T>>
- java.lang.Object
-
- com.intellij.internal.statistic.eventLog.connection.metadata.EventGroupFilterRules<T>
-
public class EventGroupFilterRules<T extends java.lang.Comparable<T>> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventGroupFilterRules.BuildRange<T extends java.lang.Comparable<T>>static classEventGroupFilterRules.VersionRange
-
Constructor Summary
Constructors Constructor Description EventGroupFilterRules(@NotNull java.util.List<EventGroupFilterRules.BuildRange<T>> builds, @NotNull java.util.List<EventGroupFilterRules.VersionRange> versions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(T build)booleanaccepts(T build, int version)static <P extends java.lang.Comparable<P>>
@NotNull EventGroupFilterRules<P>create(com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors.EventGroupRemoteDescriptor group, @NotNull EventLogBuildParser<P> buildProducer)booleanequals(java.lang.Object o)inthashCode()
-
-
-
Constructor Detail
-
EventGroupFilterRules
public EventGroupFilterRules(@NotNull @NotNull java.util.List<EventGroupFilterRules.BuildRange<T>> builds, @NotNull @NotNull java.util.List<EventGroupFilterRules.VersionRange> versions)
-
-
Method Detail
-
create
@NotNull public static <P extends java.lang.Comparable<P>> @NotNull EventGroupFilterRules<P> create(@NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors.EventGroupRemoteDescriptor group, @NotNull @NotNull EventLogBuildParser<P> buildProducer)
-
accepts
public boolean accepts(@Nullable T build, int version)
-
accepts
public boolean accepts(@Nullable T build)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-