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

Uses in package org.apache.commons.collections

Classes implementing org.apache.commons.collections.KeyValue

class
Map entry used by BeanMap.
class
A default implementation of Map.Entry

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

Classes implementing org.apache.commons.collections.KeyValue

class
Inner class MapEntry.

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

Classes implementing org.apache.commons.collections.KeyValue

class
Abstract pair class to assist with creating KeyValue and Map.Entry implementations.
class
Abstract Pair class to assist with creating correct Map.Entry implementations.
class
Provides a base decorator that allows additional functionality to be added to a Map.Entry.
class
A mutable KeyValue pair that does not implement Map.Entry.
class
A restricted implementation of Map.Entry that prevents the Map.Entry contract from being broken.
class
A Map.Entry tied to a map underneath.
class
A Map.Entry that throws UnsupportedOperationException when setValue is called.

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

Constructs a new pair from the specified KeyValue.
Constructs a new entry from the specified KeyValue.
Constructs a new entry from the specified KeyValue.

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

Classes implementing org.apache.commons.collections.KeyValue

class
HashEntry used to store the data.
class
LinkEntry that stores the data.
class
A MapEntry implementation for the map.
class
HashEntry
class
A Map implementation that holds a single item and is fixed size.

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

Constructor specifying the key and value as a KeyValue.

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