Groovy 2.2.0

org.codehaus.groovy.util
[Java] Interface AbstractConcurrentMapBase.Entry


public interface AbstractConcurrentMapBase.Entry

Method Summary
int getHash()

Object getValue()

boolean isValid()

void setValue(Object value)

 

Method Detail

getHash

public int getHash()


getValue

public Object getValue()


isValid

public boolean isValid()


setValue

public void setValue(Object value)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.