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 TypeMethodDescriptionbooleanbooleanbooleanisValidKey(Object o) ReadArray(int len, String ele, ObjectInput in) voidReadNumber(String c, ObjectInput in) ReadObj(String clNm, ObjectInput in) voidWriteArray(int len, Object ele, Object arrTyp, ObjectOutput out) voidwriteEntry(Object Key, Object e, ObjectOutput out) voidvoidWriteNumber(Object o, ObjectOutput out) voidWriteObject(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:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
isValidKey
-
isValidElement
-
isValid
-
writeEntry
- Throws:
IOException
-
WriteObject
- Throws:
IOException
-
WriteNumber
- Throws:
IOException
-
ReadNumber
- Throws:
IOExceptionClassNotFoundException
-
ReadObj
public Object ReadObj(String clNm, ObjectInput in) throws IOException, ClassNotFoundException, IllegalAccessException, InstantiationException -
ReadArray
-
WriteArray
-