public final class Null extends Object
Used instead of null to prevent null pointer exceptions. Implemented as singleton w/o any state.
null
private static Null
INSTANCE
private
Null()
static Null
getInstance()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private static final Null INSTANCE
private Null()
public static Null getInstance()
Copyright © 2014 Sven Strittmatter. All Rights Reserved.