This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
*/
|
*/
|
||||||
package com.wentch.redkale.convert;
|
package com.wentch.redkale.convert;
|
||||||
|
|
||||||
|
import java.lang.reflect.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 只增不减的伪Map类
|
* 只增不减的伪Map类
|
||||||
*
|
*
|
||||||
@@ -12,7 +14,7 @@ package com.wentch.redkale.convert;
|
|||||||
* @param <V>
|
* @param <V>
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public final class HashedMap<K, V> {
|
public final class HashedMap<K extends Type, V> {
|
||||||
|
|
||||||
protected final transient Entry<K, V>[] table;
|
protected final transient Entry<K, V>[] table;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user