Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class ListMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by java.util.HashMap
          extended by java.util.LinkedHashMap
              extended by com.tangosol.util.ListMap

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class ListMap
extends java.util.LinkedHashMap

As of Coherence 3.2, the ListMap simply extends Java's own LinkedHashMap, which became available in JDK 1.4.


Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry

 

Constructor Summary
ListMap()
          Construct a ListMap.
ListMap(java.util.Map map)
          Construct a ListMap with the same mappings as the given map.

 

Method Summary

 

Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry

 

Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values

 

Methods inherited from class java.util.AbstractMap
equals, hashCode, toString

 

Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values

 

Constructor Detail

ListMap

public ListMap()
Construct a ListMap.

ListMap

public ListMap(java.util.Map map)
Construct a ListMap with the same mappings as the given map.
Parameters:
map - the map whose mappings are to be placed in this map

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.