Class ComplexKeyHashMap.Entry

java.lang.Object
org.codehaus.groovy.util.ComplexKeyHashMap.Entry
Direct Known Subclasses:
SingleKeyHashMap.Entry, TripleKeyHashMap.Entry
Enclosing class:
ComplexKeyHashMap

public static class ComplexKeyHashMap.Entry
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int hash  
    ComplexKeyHashMap.Entry next  
    java.lang.Object value  
  • Constructor Summary

    Constructors
    Constructor Description
    Entry()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getValue()  
    void setValue​(java.lang.Object value)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getValue

      public java.lang.Object getValue()
    • setValue

      public void setValue​(java.lang.Object value)