Package com.nt.udc.ei.gsm3gpp
Class HashtableExt
java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.nt.udc.ei.gsm3gpp.HashtableExt
- All Implemented Interfaces:
Externalizable
,Serializable
,Cloneable
,Map
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
isValidKey
(Object o) ReadArray
(int len, String ele, ObjectInput in) void
ReadNumber
(String c, ObjectInput in) ReadObj
(String clNm, ObjectInput in) void
WriteArray
(int len, Object ele, Object arrTyp, ObjectOutput out) void
writeEntry
(Object Key, Object e, ObjectOutput out) void
void
WriteNumber
(Object o, ObjectOutput out) void
WriteObject
(Object o, ObjectOutput out) Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Constructor Details
-
HashtableExt
public HashtableExt()
-
-
Method Details
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
isValidKey
-
isValidElement
-
isValid
-
writeEntry
- Throws:
IOException
-
WriteObject
- Throws:
IOException
-
WriteNumber
- Throws:
IOException
-
ReadNumber
- Throws:
IOException
ClassNotFoundException
-
ReadObj
public Object ReadObj(String clNm, ObjectInput in) throws IOException, ClassNotFoundException, IllegalAccessException, InstantiationException -
ReadArray
-
WriteArray
-