com.sentilla.host.client.application
Class ApplicationYamlMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<Integer,ApplicationYaml>
          extended by com.sentilla.host.client.application.ApplicationYamlMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Integer,ApplicationYaml>

public class ApplicationYamlMap
extends HashMap<Integer,ApplicationYaml>

Author:
spence
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ApplicationYamlMap()
           
 
Method Summary
 
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, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ApplicationYamlMap

public ApplicationYamlMap()


Copyright © 2007 Sentilla, Inc. All Rights Reserved.