|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<String>
com.hankcs.hanlp.collection.set.UnEmptyStringSet
public class UnEmptyStringSet
一个不接受空白的字符串set
| 构造方法摘要 | |
|---|---|
UnEmptyStringSet()
|
|
| 方法摘要 | |
|---|---|
boolean |
add(String s)
|
| 从类 java.util.TreeSet 继承的方法 |
|---|
addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet |
| 从类 java.util.AbstractSet 继承的方法 |
|---|
equals, hashCode, removeAll |
| 从类 java.util.AbstractCollection 继承的方法 |
|---|
containsAll, retainAll, toArray, toArray, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 从接口 java.util.Set 继承的方法 |
|---|
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
| 构造方法详细信息 |
|---|
public UnEmptyStringSet()
| 方法详细信息 |
|---|
public boolean add(String s)
Collection<String> 中的 addSet<String> 中的 addTreeSet<String> 中的 add
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||