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