CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

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:
Serializable, Cloneable, Map

public class ListMap
extends LinkedHashMap

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


Constructor Summary
ListMap()
          Construct a ListMap.
ListMap(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(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

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation