public static class LightIdProvider.Segment extends Object
| Constructor and Description |
|---|
Segment(String name,
int block,
long head,
long foot)
Immutable Fragment
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBlock()
Id's block
|
long |
getFoot()
end point (include)
|
long |
getHead()
start point (include)
|
String |
getName()
Id's name
|
public Segment(String name, int block, long head, long foot)
name - nameblock - block idhead - start point (include)foot - end point (include)public String getName()
public int getBlock()
public long getHead()
public long getFoot()
Copyright © 2024. All rights reserved.