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