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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

LinkedMap()
Constructs a new empty map with default size and load factor.
LinkedMap(final int initialCapacity)
Constructs a new, empty map with the specified initial capacity.
LinkedMap(final Map map)
Constructor copying elements from another map.

Method

Kget(final int index)
Gets the key at the specified index.
Vremove(final int index)
Removes the element at the specified index.