Package gw.util

Class DerivedKeyHashMap.ChainedEntry<V>

  • Enclosing class:
    DerivedKeyHashMap<K,​V>

    private static class DerivedKeyHashMap.ChainedEntry<V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private V _entry  
      private java.lang.Object _next  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ChainedEntry​(V entry, java.lang.Object next)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _entry

        private V _entry
      • _next

        private java.lang.Object _next
    • Constructor Detail

      • ChainedEntry

        private ChainedEntry​(V entry,
                             java.lang.Object next)