public abstract class AbstractCharSortedSet extends AbstractCharSet implements CharSortedSet
| Modifier and Type | Method and Description |
|---|---|
CharBidirectionalIterator |
charIterator()
Deprecated.
|
java.lang.Character |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
CharSortedSet |
headSet(java.lang.Character to)
Deprecated.
Please use the corresponding type-specific method instead.
|
abstract CharBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
java.lang.Character |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
CharSortedSet |
subSet(java.lang.Character from,
java.lang.Character to)
Deprecated.
Please use the corresponding type-specific method instead.
|
CharSortedSet |
tailSet(java.lang.Character from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toCharArray, toCharArray, toStringcomparator, firstChar, headSet, iterator, lastChar, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toCharArray, toCharArray@Deprecated public CharSortedSet headSet(java.lang.Character to)
headSet in interface CharSortedSetheadSet in interface java.util.SortedSet<java.lang.Character>SortedSet.headSet(Object)@Deprecated public CharSortedSet tailSet(java.lang.Character from)
tailSet in interface CharSortedSettailSet in interface java.util.SortedSet<java.lang.Character>SortedSet.tailSet(Object)@Deprecated public CharSortedSet subSet(java.lang.Character from, java.lang.Character to)
subSet in interface CharSortedSetsubSet in interface java.util.SortedSet<java.lang.Character>SortedSet.subSet(Object,Object)@Deprecated public java.lang.Character first()
first in interface java.util.SortedSet<java.lang.Character>@Deprecated public java.lang.Character last()
last in interface java.util.SortedSet<java.lang.Character>@Deprecated public CharBidirectionalIterator charIterator()
charIterator in interface CharCollectioncharIterator in interface CharSortedSetcharIterator in class AbstractCharCollectionCharCollection.iterator()public abstract CharBidirectionalIterator iterator()
CharCollectionNote 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 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 AbstractCharSet