Uses of Interface org.apache.commons.collections.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.

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 MapEntry 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 MapEntry.
class
A restricted implementation of java.util.Map.Entry that prevents the MapEntry contract from being broken.
class
A Map Entry tied to a map underneath.
class
A java.util.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.bidimap

Classes implementing org.apache.commons.collections.KeyValue

class
Inner class MapEntry.

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 java.util.Map.Entry

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