Uses of Interface
com.github.xds.type.v3.Int32RangeOrBuilder
-
Packages that use Int32RangeOrBuilder Package Description com.github.xds.type.matcher.v3 com.github.xds.type.v3 -
-
Uses of Int32RangeOrBuilder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return Int32RangeOrBuilder Modifier and Type Method Description Int32RangeOrBuilderInt32RangeMatcher.RangeMatcher.Builder. getRangesOrBuilder(int index)A non-empty set of int32 ranges.Int32RangeOrBuilderInt32RangeMatcher.RangeMatcher. getRangesOrBuilder(int index)A non-empty set of int32 ranges.Int32RangeOrBuilderInt32RangeMatcher.RangeMatcherOrBuilder. getRangesOrBuilder(int index)A non-empty set of int32 ranges.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Int32RangeOrBuilder Modifier and Type Method Description List<? extends Int32RangeOrBuilder>Int32RangeMatcher.RangeMatcher.Builder. getRangesOrBuilderList()A non-empty set of int32 ranges.List<? extends Int32RangeOrBuilder>Int32RangeMatcher.RangeMatcher. getRangesOrBuilderList()A non-empty set of int32 ranges.List<? extends Int32RangeOrBuilder>Int32RangeMatcher.RangeMatcherOrBuilder. getRangesOrBuilderList()A non-empty set of int32 ranges. -
Uses of Int32RangeOrBuilder in com.github.xds.type.v3
Classes in com.github.xds.type.v3 that implement Int32RangeOrBuilder Modifier and Type Class Description classInt32RangeSpecifies the int32 start and end of the range using half-open interval semantics [start, end).static classInt32Range.BuilderSpecifies the int32 start and end of the range using half-open interval semantics [start, end).
-