public class TributarySlot extends Object
| Constructor and Description |
|---|
TributarySlot(long index)
Creates an instance representing the TributarySlot specified by the given index number.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
long |
index()
Returns the index number of TributarySlot.
|
static TributarySlot |
of(long index) |
String |
toString() |
public TributarySlot(long index)
index - index number of wavelengthpublic static TributarySlot of(long index)
public long index()