@Immutable @SerializeWith(value=Null.Externalizer.class) public class Null extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Null.Externalizer |
Modifier and Type | Method and Description |
---|---|
protected Object |
clone()
There should only be on instance of this (though there may be others due to serialization).
|
boolean |
equals(Object obj) |
static Null |
getInstance() |
int |
hashCode() |
static boolean |
matches(Object value) |
String |
toString() |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.