public class DedupedList extends HashSet<String>
| Constructor and Description |
|---|
DedupedList() |
| Modifier and Type | Method and Description |
|---|---|
static DedupedList |
fromJson(String value) |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic static DedupedList fromJson(String value)
Copyright © 2020. All rights reserved.