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
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 |
PrefsTupleTable
public PrefsTupleTable()
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.