public final class Shared extends Object
This is a singleton. All instances are absolutely identical, hence can be compared using == and share one unique hash code. Use SHARED
always.
| Modifier and Type | Field and Description |
|---|---|
static Shared |
SHARED
Singleton instance, providing improved performance and the ability to compare by same instance.
|
static Shared |
SINGLETON
Deprecated.
Since 1.2. Use
SHARED instead to obtain a singleton. In future releases this will be removed. |
public static final Shared SHARED
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.