public class BinaryDataLengthInterval extends Object
| Constructor and Description |
|---|
BinaryDataLengthInterval(BinaryDataType binaryDataType,
int minLength,
int maxLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(BinaryData value) |
void |
enumerateValues(Collection<Object> values) |
BinaryDataLengthInterval |
intersectWith(BinaryDataLengthInterval that)
Computes the intersection of this interval with the supplied one.
|
int |
subtractSizeFrom(int argument) |
String |
toString() |
public BinaryDataLengthInterval(BinaryDataType binaryDataType, int minLength, int maxLength)
binaryDataType - binaryDataTypeminLength - minLengthmaxLength - maxLengthpublic BinaryDataLengthInterval intersectWith(BinaryDataLengthInterval that)
that - thatpublic int subtractSizeFrom(int argument)
argument - argumentpublic boolean contains(BinaryData value)
value - valuepublic void enumerateValues(Collection<Object> values)
values - valuesCopyright © 2020. All rights reserved.