ix.icore
Class Annotations

java.lang.Object
  extended by java.util.AbstractMap
      extended by ix.util.StableHashMap
          extended by ix.icore.Annotations
All Implemented Interfaces:
java.io.Serializable, java.util.Map

public class Annotations
extends StableHashMap

A Map for annotations.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ix.util.StableHashMap
StableHashMap.Entry, StableHashMap.EntrySet, StableHashMap.EntrySetIterator
 
Field Summary
 
Fields inherited from class ix.util.StableHashMap
keyChain, keyChainLast, map
 
Constructor Summary
Annotations()
           
Annotations(java.util.Map m)
           
 
Method Summary
 
Methods inherited from class ix.util.StableHashMap
clear, containsKey, entrySet, get, put, remove
 
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Annotations

public Annotations()

Annotations

public Annotations(java.util.Map m)