Uses of Interface org.apache.commons.collections.MapIterator

Uses in package org.apache.commons.collections.iterators

Methods with return type org.apache.commons.collections.MapIterator

MapIterator
Decorates the specified iterator such that it cannot be modified.
MapIterator
Gets the iterator being decorated.

Constructors with parameter type org.apache.commons.collections.MapIterator

Constructor that decorates the specified iterator.

Fields of type org.apache.commons.collections.MapIterator

MapIterator
Singleton instance of the iterator.
MapIterator
The iterator being decorated

Classes implementing org.apache.commons.collections.MapIterator

class
Provides basic behaviour for decorating a map iterator with extra functionality.
class
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
class
Provides an implementation of an empty map iterator.
class
Provides an implementation of an empty ordered map iterator.
class
Implements a MapIterator using a Map entrySet.
class
Decorates a map iterator such that it cannot be modified.
class
Decorates an ordered map iterator such that it cannot be modified.

Methods with parameter type org.apache.commons.collections.MapIterator

MapIterator
Decorates the specified iterator such that it cannot be modified.

Uses in package org.apache.commons.collections

Methods with return type org.apache.commons.collections.MapIterator

MapIterator
Gets an empty map iterator.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Gets an immutable version of a MapIterator.

Fields of type org.apache.commons.collections.MapIterator

MapIterator
A map iterator over no elements.

Methods with parameter type org.apache.commons.collections.MapIterator

MapIterator
Gets an immutable version of a MapIterator.

Uses in package org.apache.commons.collections.bidimap

Methods with return type org.apache.commons.collections.MapIterator

MapIterator
Obtains a MapIterator over the map.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Gets an iterator over the map entries.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Obtains a MapIterator over the map.

Classes implementing org.apache.commons.collections.MapIterator

class
Inner class MapIterator.
class
Inner class MapIterator.

Uses in package org.apache.commons.collections.map

Methods with return type org.apache.commons.collections.MapIterator

MapIterator
Gets an iterator over the map.
MapIterator
Gets an iterator over the map.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Gets a MapIterator over the reference map.
MapIterator
Gets an iterator over the map.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Gets an iterator over the map.
MapIterator
Obtains a MapIterator over the map.
MapIterator
Obtains a MapIterator over the map.

Classes implementing org.apache.commons.collections.MapIterator

class
MapIterator implementation.
class
MapIterator implementation.

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