Class EventGroupFilterRules.VersionRange

  • Enclosing class:
    EventGroupFilterRules<T extends java.lang.Comparable<T>>

    public static class EventGroupFilterRules.VersionRange
    extends java.lang.Object
    • Constructor Detail

      • VersionRange

        public VersionRange​(int from,
                            int to)
    • Method Detail

      • create

        @NotNull
        public static @NotNull EventGroupFilterRules.VersionRange create​(@Nullable
                                                                         @Nullable java.lang.String from,
                                                                         @Nullable
                                                                         @Nullable java.lang.String to)
      • contains

        public boolean contains​(int current)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object