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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

ListOrderedMap()
Constructs a new empty ListOrderedMap that decorates a HashMap.
ListOrderedMap(final Map map)
Constructor that wraps (not copies).

Method

KlastKey()
Gets the last key in this map by insert order.
Vput(final K key, final V value)
Vremove(final Object key)
Vremove(final int index)
Removes the element at the specified index.
intsize()
Returns the number of key-value mappings in this map.