com.ice.pref
Class PrefsTupleTable

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--com.ice.pref.PrefsTupleTable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class PrefsTupleTable
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
PrefsTupleTable()
           
 
Method Summary
 void appendTuple(PrefsTuple tup)
           
 boolean equals(PrefsTupleTable that)
           
 java.util.Vector getKeyOrder()
           
 int getMaximumTupleLength()
           
 PrefsTuple getTuple(java.lang.String key)
           
 PrefsTuple getTupleAt(int idx)
           
 void insertTupleAt(PrefsTuple tup, int idx)
           
 void putTuple(PrefsTuple tuple)
           
 void removeTuple(PrefsTuple tup)
           
 void removeTupleAt(int idx)
           
 PrefsTuple setTupleAt(PrefsTuple tup, int idx)
           
 java.lang.String toSting()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrefsTupleTable

public PrefsTupleTable()
Method Detail

equals

public boolean equals(PrefsTupleTable that)

getKeyOrder

public java.util.Vector getKeyOrder()

getTuple

public PrefsTuple getTuple(java.lang.String key)

getTupleAt

public PrefsTuple getTupleAt(int idx)

setTupleAt

public PrefsTuple setTupleAt(PrefsTuple tup,
                             int idx)

removeTuple

public void removeTuple(PrefsTuple tup)

removeTupleAt

public void removeTupleAt(int idx)

insertTupleAt

public void insertTupleAt(PrefsTuple tup,
                          int idx)

appendTuple

public void appendTuple(PrefsTuple tup)

putTuple

public void putTuple(PrefsTuple tuple)

getMaximumTupleLength

public int getMaximumTupleLength()

toSting

public java.lang.String toSting()


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.