public class MDAGSet extends MDAG implements Set<String>
charTreeSet, equivalenceClassMDAGNodeHashMap, mdagDataArray, simplifiedSourceNode, sourceNode, transitionCount| Constructor and Description |
|---|
MDAGSet() |
MDAGSet(Collection<String> strCollection) |
MDAGSet(File dataFile) |
MDAGSet(String dictionaryPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String s) |
boolean |
addAll(Collection<? extends String> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<String> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
_getEquivalenceClassMDAGNodeHashMap, addString, addStrings, contains, getAllStrings, getSimpleMDAGArray, getStringsEndingWith, getStringsStartingWith, getStringsWithSubstring, load, removeString, save, simplify, unSimplifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streampublic MDAGSet(File dataFile) throws IOException
IOExceptionpublic MDAGSet(Collection<String> strCollection)
public MDAGSet()
public MDAGSet(String dictionaryPath) throws IOException
IOExceptionpublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(String s)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<String>containsAll in interface Set<String>public boolean addAll(Collection<? extends String> c)
public boolean retainAll(Collection<?> c)
public boolean removeAll(Collection<?> c)
Copyright © 2014–2021 码农场. All rights reserved.