public abstract class AbstractCharSortedSet extends AbstractCharSet implements CharSortedSet
| Modifier and Type | Method and Description |
|---|---|
abstract CharBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
equals, hashCode, rem, removeadd, add, addAll, contains, contains, containsAll, remove, removeAll, retainAll, toArray, toCharArray, toCharArray, toStringaddAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArraycomparator, first, firstChar, headSet, headSet, iterator, last, lastChar, subSet, subSet, tailSet, tailSetadd, contains, rem, remove, removeadd, addAll, contains, containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toCharArray, toCharArrayforEach, forEachpublic abstract CharBidirectionalIterator iterator()
CharCollection
Note that this specification strengthens the one given in
Iterable.iterator(), which was already strengthened in the
corresponding type-specific class, but was weakened by the fact that this
interface extends Collection.
iterator in interface CharBidirectionalIterableiterator in interface CharCollectioniterator in interface CharIterableiterator in interface CharSetiterator in interface CharSortedSetiterator in interface java.lang.Iterable<java.lang.Character>iterator in interface java.util.Collection<java.lang.Character>iterator in interface java.util.Set<java.lang.Character>iterator in class AbstractCharSetIterable.iterator()