Uses of Class
adams.core.Range.SubRange
-
Packages that use Range.SubRange Package Description adams.core -
-
Uses of Range.SubRange in adams.core
Fields in adams.core with type parameters of type Range.SubRange Modifier and Type Field Description protected List<Range.SubRange>Range. m_SubRangesthe range parts.Methods in adams.core that return types with arguments of type Range.SubRange Modifier and Type Method Description protected List<Range.SubRange>Range. getSubRanges()Returns the sub-ranges, initializes them if necessary.protected List<Range.SubRange>Range. parse(StringBuilder errors)Parses the string and generates the sub-ranges.Methods in adams.core with parameters of type Range.SubRange Modifier and Type Method Description intRange.SubRange. compareTo(Range.SubRange o)Compares this subrange with the specified subrange for order.
-