public enum LongRangeHome extends Enum<LongRangeHome> implements RangeHome<Long,LongContent,LongRange>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
LongRange |
of(Long start,
Long end) |
LongContent |
overlap(List<LongRange> x,
List<LongRange> y) |
LongRange |
toRange(Pow2LengthBitSetRange bitSetRange) |
static LongRangeHome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LongRangeHome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LongRangeHome INSTANCE
public static LongRangeHome[] values()
for (LongRangeHome c : LongRangeHome.values()) System.out.println(c);
public static LongRangeHome 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 LongRange of(Long start, Long end)
of in interface RangeHome<Long,LongContent,LongRange>public LongRange toRange(Pow2LengthBitSetRange bitSetRange)
toRange in interface RangeHome<Long,LongContent,LongRange>public LongContent overlap(List<LongRange> x, List<LongRange> y)
overlap in interface RangeHome<Long,LongContent,LongRange>Copyright © 2014. All Rights Reserved.