Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdaemon.util.AttributeList

Uses of AttributeList in org.jdaemon.util
 

Fields in org.jdaemon.util declared as AttributeList
static AttributeList AttributeList.EMPTY
           
 

Methods in org.jdaemon.util that return AttributeList
 AttributeList AttributeList.addAttribute(java.lang.String name, java.lang.Object value)
          Add an attribute (name,value) pair to an existing attribute list.
 AttributeList AttributeList.tail()
          Get this attribute list less the topmost entry.