- deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays are deeply
equal to one another.
- deepEquals(Object, Object) - Static method in class java.util.Objects
-
Returns true
if the arguments are deeply equal to each other
and false
otherwise.
- deepHashCode(Object[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the "deep contents" of the specified
array.
- deepToString(Object[]) - Static method in class java.util.Arrays
-
Returns a string representation of the "deep contents" of the specified
array.
- Deque<E> - Interface in java.util
-
A linear collection that supports element insertion and removal at
both ends.
- descendingIterator() - Method in class java.util.ArrayDeque
-
- descendingIterator() - Method in interface java.util.Deque
-
Returns an iterator over the elements in this deque in reverse
sequential order.
- descendingIterator() - Method in class java.util.LinkedList
-
- descendingIterator() - Method in interface java.util.NavigableSet
-
Returns an iterator over the elements in this set, in descending order.
- descendingIterator() - Method in class java.util.TreeSet
-
Returns an iterator over the elements in this set in descending order.
- descendingKeySet() - Method in interface java.util.NavigableMap
-
Returns a reverse order
NavigableSet
view of the keys contained in this map.
- descendingKeySet() - Method in class java.util.TreeMap
-
- descendingMap() - Method in interface java.util.NavigableMap
-
Returns a reverse order view of the mappings contained in this map.
- descendingMap() - Method in class java.util.TreeMap
-
- descendingSet() - Method in interface java.util.NavigableSet
-
Returns a reverse order view of the elements contained in this set.
- descendingSet() - Method in class java.util.TreeSet
-
- disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
-
Returns true
if the two specified collections have no elements in common.