de.cesr.sesamgim.util
Class GDefaultMilieuKeysMap

java.lang.Object
  extended by org.apache.commons.collections15.bidimap.AbstractDualBidiMap<K,V>
      extended by org.apache.commons.collections15.bidimap.DualHashBidiMap<String,Integer>
          extended by de.cesr.sesamgim.util.GDefaultMilieuKeysMap
All Implemented Interfaces:
GimMilieuKeyMap, Serializable, Map<String,Integer>, org.apache.commons.collections15.BidiMap<String,Integer>, org.apache.commons.collections15.IterableMap<String,Integer>

public class GDefaultMilieuKeysMap
extends org.apache.commons.collections15.bidimap.DualHashBidiMap<String,Integer>
implements GimMilieuKeyMap

SesamGIM

See Also:
Serialized Form
Date:
15.01.2009 Defines the indices for milieus used in database and java code. In contrast to an enumeration this implementation enables edition of indices when reading DB. Default map for milieu identifiers

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.collections15.bidimap.AbstractDualBidiMap
org.apache.commons.collections15.bidimap.AbstractDualBidiMap.BidiMapIterator<K,V>, org.apache.commons.collections15.bidimap.AbstractDualBidiMap.EntrySet<K,V>, org.apache.commons.collections15.bidimap.AbstractDualBidiMap.EntrySetIterator<K,V>, org.apache.commons.collections15.bidimap.AbstractDualBidiMap.KeySet<K,V>, org.apache.commons.collections15.bidimap.AbstractDualBidiMap.KeySetIterator<K,V>, org.apache.commons.collections15.bidimap.AbstractDualBidiMap.MapEntry<K,V>, org.apache.commons.collections15.bidimap.AbstractDualBidiMap.Values<K,V>, org.apache.commons.collections15.bidimap.AbstractDualBidiMap.ValuesIterator<K,V>, org.apache.commons.collections15.bidimap.AbstractDualBidiMap.View<K,V,E>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.apache.commons.collections15.bidimap.AbstractDualBidiMap
entrySet, forwardMap, inverseBidiMap, inverseMap, keySet, values
 
Constructor Summary
GDefaultMilieuKeysMap()
           
 
Method Summary
 
Methods inherited from class org.apache.commons.collections15.bidimap.DualHashBidiMap
createBidiMap
 
Methods inherited from class org.apache.commons.collections15.bidimap.AbstractDualBidiMap
clear, containsKey, containsValue, createEntrySetIterator, createKeySetIterator, createMap, createValuesIterator, entrySet, equals, get, getKey, hashCode, inverseBidiMap, isEmpty, keySet, mapIterator, put, putAll, remove, removeValue, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.collections15.BidiMap
getKey, inverseBidiMap, mapIterator, put, removeValue, values
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size
 

Constructor Detail

GDefaultMilieuKeysMap

public GDefaultMilieuKeysMap()