org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class CustomConcurrentHashMap.WriteThroughEntry

java.lang.Object
  groovyx.gpars.extra166y.CustomConcurrentHashMap.WriteThroughEntry
All Implemented Interfaces:
java.util.Map$Entry, java.io.Serializable

final class CustomConcurrentHashMap.WriteThroughEntry

Field Summary
java.lang.Object key

private static long serialVersionUID

java.lang.Object value

 
Constructor Summary
CustomConcurrentHashMap.WriteThroughEntry(java.lang.Object key, java.lang.Object value)

 
Method Summary
boolean equals(java.lang.Object o)

java.lang.Object getKey()

java.lang.Object getValue()

int hashCode()

java.lang.Object setValue(java.lang.Object value)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

key

final java.lang.Object key


serialVersionUID

private static final long serialVersionUID


value

java.lang.Object value


 
Constructor Detail

CustomConcurrentHashMap.WriteThroughEntry

CustomConcurrentHashMap.WriteThroughEntry(java.lang.Object key, java.lang.Object value)


 
Method Detail

equals

public boolean equals(java.lang.Object o)


getKey

public java.lang.Object getKey()


getValue

public java.lang.Object getValue()


hashCode

public int hashCode()


setValue

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


 

Copyright © 2008–2013 Václav Pech. All Rights Reserved.