org.fusesource.scalate.support

AttributesHashMap

class AttributesHashMap extends AttributeMap

The default implementation for AttributeMap backed by a map like collection.

Linear Supertypes
AttributeMap, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AttributesHashMap
  2. AttributeMap
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributesHashMap ()

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def apply (key: String): Any

    Retrieves the value of the given attribute.

    Retrieves the value of the given attribute.

    returns

    the attribute or null in the case where there is no attribute set using the specified key.

    Definition Classes
    AttributesHashMapAttributeMap
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def get (key: String): Option[Any]

    Retries an optional entry for the given attribute

    Retries an optional entry for the given attribute

    Definition Classes
    AttributesHashMapAttributeMap
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def getOrUpdate [T] (name: String, value: ⇒ T): T

    Gets or creates the named attribute

    Gets or creates the named attribute

    Definition Classes
    AttributeMap
  15. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. def keySet : Set[String]

    Collects all the available keys

    Collects all the available keys

    Definition Classes
    AttributesHashMapAttributeMap
  18. def list [T] (name: String): ListBuffer[T]

    Gets or creates the named list buffer

    Gets or creates the named list buffer

    Definition Classes
    AttributeMap
  19. def map [K, V] (name: String): ListMap[K, V]

    Gets or creates the named map

    Gets or creates the named map

    Definition Classes
    AttributeMap
  20. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def remove (key: String): Option[Any]

    Removes an attribute

    Removes an attribute

    Definition Classes
    AttributesHashMapAttributeMap
  24. def set [T] (name: String): LinkedHashSet[T]

    Gets or creates the named linked hash set

    Gets or creates the named linked hash set

    Definition Classes
    AttributeMap
  25. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  26. def toString (): String

    Definition Classes
    AttributesHashMap → AnyRef → Any
  27. def update (key: String, value: Any): Unit

    Updates the value of the given attribute

    Updates the value of the given attribute

    Definition Classes
    AttributesHashMapAttributeMap
  28. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AttributeMap

Inherited from AnyRef

Inherited from Any