st.ata.util
Class HashtableAList.ZE
java.lang.Object
st.ata.util.HashtableAList.ZE
- Enclosing class:
- HashtableAList
- public static class HashtableAList.ZE
- extends java.lang.Object
Useful for creating test-tables for debugging. The object
should be one of an AList
, Date
, Integer
, Long
, String
, AList
[],
Date
[], int[]
, long[]
,
String
[]
, ZE[]
or ZE[][]
. In the case of ZE[]
,
the entry is treated as an AList
. Similaryly
if the entry is ZE[][]
it is treated as
AList
[].
Field Summary |
java.lang.String |
key
|
java.lang.Object |
val
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public final java.lang.String key
val
public final java.lang.Object val
HashtableAList.ZE
public HashtableAList.ZE(java.lang.String k,
java.lang.Object v)
Copyright © 2003-2004 Internet Archive. All Rights Reserved.