net.refractions.udig.core
Class Option.None<V>

java.lang.Object
  extended by net.refractions.udig.core.Option<V>
      extended by net.refractions.udig.core.Option.None<V>
Type Parameters:
V -
Enclosing class:
Option<T>

public static final class Option.None<V>
extends Option<V>

Indicates a none or null value.

Since:
1.1.0
Author:
jesse

Nested Class Summary
 
Nested classes/interfaces inherited from class net.refractions.udig.core.Option
Option.None<V>, Option.Some<V>
 
Field Summary
 
Fields inherited from class net.refractions.udig.core.Option
NONE
 
Constructor Summary
Option.None()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Option.None

public Option.None()