Class Attribute.Set

java.lang.Object
org.datanucleus.enhancer.asm.Attribute.Set
Enclosing class:
Attribute

static final class Attribute.Set extends Object
A set of attribute prototypes (attributes with the same type are considered equal).
  • Field Details

  • Constructor Details

    • Set

      Set()
  • Method Details

    • addAttributes

      void addAttributes(Attribute attributeList)
    • toArray

      Attribute[] toArray()
    • contains

      private boolean contains(Attribute attribute)
    • add

      private void add(Attribute attribute)