public class LineRanges extends Object
| Modifier and Type | Method and Description |
|---|---|
static LineRanges |
all() |
static LineRanges |
concat(LineRanges lineRanges1,
LineRanges lineRanges2) |
boolean |
isAll() |
static LineRanges |
of(Set<com.google.common.collect.Range<Integer>> ranges) |
com.google.common.collect.RangeSet<Integer> |
rangeSet() |
static LineRanges |
singleton(com.google.common.collect.Range<Integer> range) |
String |
toString() |
public static LineRanges all()
public static LineRanges of(Set<com.google.common.collect.Range<Integer>> ranges)
public static LineRanges singleton(com.google.common.collect.Range<Integer> range)
public boolean isAll()
public com.google.common.collect.RangeSet<Integer> rangeSet()
public static LineRanges concat(LineRanges lineRanges1, LineRanges lineRanges2)
Copyright © 2019 Cosium. All rights reserved.