Package com.atlassian.bamboo.utils.map


package com.atlassian.bamboo.utils.map
  • Classes
    Class
    Description
     
    Key<T>
    Allows type safe retrieval of a value from TypedIdentityMap
    A specialised ListOrderedMap that puts a first value of a String array
    A map which maintains its values type safety through a Key instance without having to cast from References inside the map are automatically garbage collected when the reference to Key is lost.