public class RepetitionLevelIterables extends Object
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Integer> |
getIterator(List<RepetitionLevelIterable> iterables) |
static RepetitionLevelIterable |
of(Block block) |
static RepetitionLevelIterable |
of(ColumnarArray columnarArray,
int maxRepLevel) |
static RepetitionLevelIterable |
of(ColumnarMap columnarMap,
int maxRepLevel) |
public static RepetitionLevelIterable of(Block block)
public static RepetitionLevelIterable of(ColumnarArray columnarArray, int maxRepLevel)
public static RepetitionLevelIterable of(ColumnarMap columnarMap, int maxRepLevel)
public static Iterator<Integer> getIterator(List<RepetitionLevelIterable> iterables)
Copyright © 2012–2024. All rights reserved.