SoftNet-Consult Java Utility Library

Uses of Class
com.softnetConsult.utils.collections.NullIterator

Packages that use NullIterator
com.softnetConsult.utils.collections This package contains classes and utilities that are commonly required when dealing with collections and are missing in the standard java API. 
 

Uses of NullIterator in com.softnetConsult.utils.collections
 

Fields in com.softnetConsult.utils.collections declared as NullIterator
private static NullIterator<?> NullIterator.singeltonInstance
          A singleton instance of the NullIterator.
 

Methods in com.softnetConsult.utils.collections that return NullIterator
static
<T> NullIterator<T>
NullIterator.getSingeltonInstance()
          Returns a singleton instance of NullIterator.
static
<T> NullIterator<T>
NullIterator.getSingeltonInstance(java.lang.Class<T> iteratorElementType)
          Returns a singleton instance of NullIterator.
 


SoftNet-Consult Java Utility Library is a member of SourceForge.net