ranges property

List<Object> ranges
finalinherited

The list of ranges. Elements can have the following values:

  • int
  • String
  • (String, String)
  • (String, int)
  • (int, String)
  • (int, int)

String values must be one character long.

Implementation

final List<Object> ranges;