Uses of Interface
scratch.joshua.jung_2_0.decoration.Decoration

Packages that use Decoration
scratch.joshua.jung_2_0.decoration   
 

Uses of Decoration in scratch.joshua.jung_2_0.decoration
 

Subinterfaces of Decoration in scratch.joshua.jung_2_0.decoration
 interface BidiDecoration<K,V>
          An interface for read-only one-to-one decorations of arbitrary elements.
 interface SettableBidiDecoration<K,V>
          An interface for readable and writeable one-to-one decorations of arbitrary elements.
 interface SettableDecoration<K,V>
          An interface for readable and writeable decorations of arbitrary elements.
 

Classes in scratch.joshua.jung_2_0.decoration that implement Decoration
 class TestMap<K,V>