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, tailSet
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2015–2020 Allen D. Ball. All rights reserved.