Java org.apache.commons.collections.map ListOrderedMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections.map ListOrderedMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections.map ListOrderedMap.

The text is from its open source code.

Subclass

org.apache.commons.collections.map.ListOrderedMap has subclasses.
Click this link to see all its subclasses.

Constructor

ListOrderedMap()
Constructs a new empty ListOrderedMap that decorates a HashMap.

Method

ListasList()
Gets an unmodifiable List view of the keys which changes as the map changes.
booleancontainsKey(Object key)
OrderedMapdecorate(Map map)
Factory method to create an ordered map.
SetentrySet()
Objectget(int index)
Gets the key at the specified index.
ObjectgetValue(int index)
Gets the value at the specified index.
intindexOf(Object key)
Gets the index of the specified key.
booleanisEmpty()
SetkeySet()
ObjectlastKey()
Gets the last key in this map by insert order.
OrderedMapIteratororderedMapIterator()
Objectput(Object key, Object value)
voidputAll(Map map)
Objectremove(Object key)
Objectremove(int index)
Removes the element at the specified index.
intsize()
Collectionvalues()