Class ClassMapList<T>
java.lang.Object
net.thevpc.common.collections.ClassMapList<T>
Created by vpc on 11/22/16.
-
Constructor Summary
ConstructorsConstructorDescriptionClassMapList(Class<T> elementValueType) ClassMapList(Class keyType, Class<T> elementValueType) ClassMapList(Class keyType, Class<T> elementValueType, int initialCapacity) ClassMapList(ClassMapList<T> other) -
Method Summary
-
Constructor Details
-
ClassMapList
-
ClassMapList
-
ClassMapList
-
ClassMapList
-
-
Method Details
-
getKeyType
-
getValueType
-
entrySet
-
add
-
getOrCreate
-
keySet
-
getAll
-
getExact
-
remove
-
remove
-
size
public int size() -
copy
-
equals
-
hashCode
-