org.kuali.student.lum.kim
Class KimQualificationHelper.UniqueMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.kuali.student.lum.kim.KimQualificationHelper.UniqueMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>
Enclosing class:
KimQualificationHelper

private static class KimQualificationHelper.UniqueMap
extends HashMap<String,String>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
private static long serialVersionUID
           
 
Constructor Summary
private KimQualificationHelper.UniqueMap()
           
 
Method Summary
 String getKeyForValue(String value)
           
 String put(String key, String value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, 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

KimQualificationHelper.UniqueMap

private KimQualificationHelper.UniqueMap()
Method Detail

put

public String put(String key,
                  String value)
Specified by:
put in interface Map<String,String>
Overrides:
put in class HashMap<String,String>

getKeyForValue

public String getKeyForValue(String value)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.