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