-
-
方法概要
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
构造器详细资料
-
MapCount
public MapCount()
-
方法详细资料
-
add
public void add(T t)
计数增加.默认为1
- 参数:
t -
-
size
public int size()
map的大小
- 返回:
-
remove
public void remove(T t)
删除一个元素
- 参数:
t -
-
getDic
public String getDic()
将map序列化为词典格式
- 返回:
Copyright © 2016. All rights reserved.