Class Association

  • All Implemented Interfaces:
    Map.Entry
    Direct Known Subclasses:
    PropertyAssociation, TypedAssociation

    public class Association
    extends Object
    implements Map.Entry

    Purpose: Generic association object. This can be used to map hashtable/map containers where the key and value primitives or independent objects.

    Author:
    James Sutherland
    Since:
    TOPLink/Java 3.0
    • Constructor Detail

      • Association

        public Association()
        Default constructor.
      • Association

        public Association​(Object key,
                           Object value)
        PUBLIC: Create an association.