Package scratch.joshua.jung_2_0.decoration

Interface Summary
BidiDecoration<K,V> An interface for read-only one-to-one decorations of arbitrary elements.
Decoration<K,V> An interface for read-only decorations of arbitrary elements.
SettableBidiDecoration<K,V> An interface for readable and writeable one-to-one decorations of arbitrary elements.
SettableDecoration<K,V> An interface for readable and writeable decorations of arbitrary elements.
 

Class Summary
TestMap<K,V>