Serialized Form

Class HashEntryTypeInvalid implements Serializable

Serialized Fields

expectedType

java.lang.Class expectedType
The type expected by HashTable.enter, based on that type having been given to the constructor of the instance upon which enter was called.

givenType

java.lang.Class givenType
The erroneous type sent to enter, i.e., a type not == to the expected type.


Class HashIndexInvalid implements Serializable

Serialized Fields

index

int index
The invalid index value


Class HashTableFull implements Serializable