net.neoremind.dynamicproxy.util
接口 Entryable<K,V>

所有已知实现类:
KeyAndValue

public interface Entryable<K,V>

定义Entry,一般代表键值对


方法摘要
 K getKey()
          return the key of entry
 V getValue()
          return the value of entry
 

方法详细信息

getKey

K getKey()
return the key of entry

返回:
key

getValue

V getValue()
return the value of entry

返回:
value


Copyright © 2016 neoremind. All rights reserved.