Class ExpandedNameTable.HashEntry

  • Enclosing class:
    ExpandedNameTable

    private static final class ExpandedNameTable.HashEntry
    extends java.lang.Object
    Inner class which represents a hash table entry. The field next points to the next entry which is hashed into the same bucket in the case of "hash collision".
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait