Uses of Interface
com.github.xds.type.matcher.v3.Int32RangeMatcher.RangeMatcherOrBuilder
-
Packages that use Int32RangeMatcher.RangeMatcherOrBuilder Package Description com.github.xds.type.matcher.v3 -
-
Uses of Int32RangeMatcher.RangeMatcherOrBuilder in com.github.xds.type.matcher.v3
Classes in com.github.xds.type.matcher.v3 that implement Int32RangeMatcher.RangeMatcherOrBuilder Modifier and Type Class Description static classInt32RangeMatcher.RangeMatcherSpecifies a list of number ranges and a match action.static classInt32RangeMatcher.RangeMatcher.BuilderSpecifies a list of number ranges and a match action.Methods in com.github.xds.type.matcher.v3 that return Int32RangeMatcher.RangeMatcherOrBuilder Modifier and Type Method Description Int32RangeMatcher.RangeMatcherOrBuilderInt32RangeMatcher.Builder. getRangeMatchersOrBuilder(int index)Match a number by a list of number ranges.Int32RangeMatcher.RangeMatcherOrBuilderInt32RangeMatcher. getRangeMatchersOrBuilder(int index)Match a number by a list of number ranges.Int32RangeMatcher.RangeMatcherOrBuilderInt32RangeMatcherOrBuilder. getRangeMatchersOrBuilder(int index)Match a number by a list of number ranges.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Int32RangeMatcher.RangeMatcherOrBuilder Modifier and Type Method Description List<? extends Int32RangeMatcher.RangeMatcherOrBuilder>Int32RangeMatcher.Builder. getRangeMatchersOrBuilderList()Match a number by a list of number ranges.List<? extends Int32RangeMatcher.RangeMatcherOrBuilder>Int32RangeMatcher. getRangeMatchersOrBuilderList()Match a number by a list of number ranges.List<? extends Int32RangeMatcher.RangeMatcherOrBuilder>Int32RangeMatcherOrBuilder. getRangeMatchersOrBuilderList()Match a number by a list of number ranges.
-