org.apache.maven.artifact.versioning
Class ManagedVersionMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Artifact>
          extended by org.apache.maven.artifact.versioning.ManagedVersionMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Artifact>

Deprecated.

@Deprecated
public class ManagedVersionMap
extends HashMap<String,Artifact>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ManagedVersionMap(Map<String,Artifact> map)
          Deprecated.  
 
Method Summary
 String toString()
          Deprecated.  
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ManagedVersionMap

public ManagedVersionMap(Map<String,Artifact> map)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class AbstractMap<String,Artifact>


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.