public class Digits extends TreeSet<Integer>
Digits.| Modifier and Type | Field and Description |
|---|---|
protected static SortedSet<Integer> |
ALL |
protected static int |
SUM |
| Constructor and Description |
|---|
Digits() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Integer digit) |
boolean |
addAll(Collection<? extends Integer> collection) |
boolean |
addAll(Integer... digits)
See
addAll(Collection). |
boolean |
removeAll(Integer... digits)
|
boolean |
retainAll(Integer... digits)
|
ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streamCopyright © 2015–2020 Allen D. Ball. All rights reserved.