public enum BigIntegerRangeHome extends Enum<BigIntegerRangeHome> implements RangeHome<BigInteger,BigIntegerContent,BigIntegerRange>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
BigIntegerRange |
of(BigInteger start,
BigInteger end) |
BigIntegerContent |
overlap(List<BigIntegerRange> x,
List<BigIntegerRange> y) |
BigIntegerRange |
toRange(Pow2LengthBitSetRange bitSetRange) |
static BigIntegerRangeHome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigIntegerRangeHome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigIntegerRangeHome INSTANCE
public static BigIntegerRangeHome[] values()
for (BigIntegerRangeHome c : BigIntegerRangeHome.values()) System.out.println(c);
public static BigIntegerRangeHome valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic BigIntegerRange of(BigInteger start, BigInteger end)
of in interface RangeHome<BigInteger,BigIntegerContent,BigIntegerRange>public BigIntegerRange toRange(Pow2LengthBitSetRange bitSetRange)
toRange in interface RangeHome<BigInteger,BigIntegerContent,BigIntegerRange>public BigIntegerContent overlap(List<BigIntegerRange> x, List<BigIntegerRange> y)
overlap in interface RangeHome<BigInteger,BigIntegerContent,BigIntegerRange>Copyright © 2014. All Rights Reserved.