org.apache.commons.collections.iterators

Class EmptyMapIterator

Implemented Interfaces:
Iterator, MapIterator, ResettableIterator

public class EmptyMapIterator
extends org.apache.commons.collections.iterators.AbstractEmptyIterator
implements MapIterator, ResettableIterator

Provides an implementation of an empty map iterator.
Version:
$Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $
Author:
Stephen Colebourne
Since:
Commons Collections 3.1

Field Summary

static MapIterator
INSTANCE
Singleton instance of the iterator.

Constructor Summary

EmptyMapIterator()
Constructor.

Method Summary

Methods inherited from class org.apache.commons.collections.iterators.AbstractEmptyIterator

add, getKey, getValue, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, reset, set, setValue

Field Details

INSTANCE

public static final MapIterator INSTANCE
Singleton instance of the iterator.
Since:
Commons Collections 3.1

Constructor Details

EmptyMapIterator

protected EmptyMapIterator()
Constructor.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.