public final class Singleton extends Type implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Singleton(Path _path) |
| Modifier and Type | Method and Description |
|---|---|
static Singleton |
create(Path _path) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static Singleton |
of(Path _path) |
Path |
path() |
java.lang.String |
toString() |
Singleton |
withPath(Path path) |