You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.addressbook.AddressCard.AC_IDSet

java.lang.Object
   |
   +----java.util.Vector
           |
           +----grendel.addressbook.AddressCard.AC_IDSet

public class  AC_IDSet
     extends java.util.Vector
{
          // Fields 2
     public static final int ASCENDING;
     public static final int DESCENDING;

          // Constructors 2
     public AC_IDSet();
     public AC_IDSet(AC_IDSet);

          // Methods 2
     public void addSet(AC_IDSet);
     public void sort(int);
}



Fields


ASCENDING

   public static final int ASCENDING


DESCENDING

   public static final int DESCENDING



Constructors


AC_IDSet

   public AC_IDSet() 

Default constructor



AC_IDSet

   public AC_IDSet(AC_IDSet anIDSet) 

Copy constructor




Methods


addSet

   public void addSet(AC_IDSet aSet) 


sort

   public void sort(int aDirection) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4