grendel.prefs.base
Class IdentityArray

java.lang.Object
  |
  +--grendel.prefs.base.IdentityArray

public class IdentityArray
extends java.lang.Object


Method Summary
 void add(IdentityStructure aIdentity)
           
 IdentityStructure get(int Index)
           
static IdentityArray GetMaster()
           
 void readPrefs()
           
 void remove(int Index)
           
 int size()
           
 void writePrefs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

GetMaster

public static IdentityArray GetMaster()

readPrefs

public void readPrefs()

writePrefs

public void writePrefs()

get

public IdentityStructure get(int Index)

add

public void add(IdentityStructure aIdentity)

remove

public void remove(int Index)

size

public int size()