public final class CollectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
convertToBString(Iterable<? extends Ref<Value>> valueList,
int desiredSize)
Convert list of named bits to string of 0 and 1.
|
@NotNull public static String convertToBString(Iterable<? extends Ref<Value>> valueList, int desiredSize)
valueList - the list of named bitsdesiredSize - the size of result or -1IllegalArgumentException - if actual result is bigger than desiredSizeCopyright © 2017. All rights reserved.