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